ICompilerExtension Interface
Interface all compiler extensions implement.
Methods
Section titled “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
Section titled “Properties”| Property | Description |
|---|---|
| Namespace | Gets the schema namespace for this extension. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
PostCompile() Method
Section titled “PostCompile() Method”Called at the end of the compilation of a source file.
Declaration
Section titled “Declaration”public void PostCompile()PreCompile() Method
Section titled “PreCompile() Method”Called at the beginning of the compilation of a source file.
Declaration
Section titled “Declaration”public void PreCompile()Namespace Property
Section titled “Namespace Property”Gets the schema namespace for this extension.
Declaration
Section titled “Declaration”public System.Xml.Linq.XNamespace Namespace { get; set; }