BaseLinkerExtension Class
Base class for creating a linker extension.
Methods
Method | Description |
---|---|
PostLink() | Called at the end of the linking. |
PreLink() | Called at the beginning of the linking. |
Properties
Property | Description |
---|---|
Context | Context for use by the extension. |
Messaging | Messaging for use by the extension. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
PostLink() Method
Called at the end of the linking.
Declaration
public void PostLink()
PreLink() Method
Called at the beginning of the linking.
Declaration
public void PreLink()
Context Property
Context for use by the extension.
Declaration
protected Data.ILinkContext Context { get; set; }
Messaging Property
Messaging for use by the extension.
Declaration
protected Services.IMessaging Messaging { get; set; }