ICompilerExtension Interface
Interface all compiler extensions implement.
Methods
| Method | Description |
|---|---|
| PostCompile() | Called at the end of the compilation of a source file. |
| PreCompile() | Called at the beginning of the compilation of a source file. |
Properties
| Property | Description |
|---|---|
| Namespace | Gets the schema namespace for this extension. |
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
PostCompile() Method
Called at the end of the compilation of a source file.
Declaration
public void PostCompile()
PreCompile() Method
Called at the beginning of the compilation of a source file.
Declaration
public void PreCompile()
Namespace Property
Gets the schema namespace for this extension.
Declaration
public System.Xml.Linq.XNamespace Namespace { get; set; }