Skip to main content

ICompilerExtension Interface

Interface all compiler extensions implement.

Methods

MethodDescription
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

PropertyDescription
NamespaceGets the schema namespace for this extension.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }