ILinkerExtension Interface
Interface all linker extensions implement.
Methods
Method | Description |
---|---|
PostLink() | Called after all linking occurs. |
PreLink() | Called before linking occurs. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
PostLink() Method
Called after all linking occurs.
Declaration
public void PostLink()
PreLink() Method
Called before linking occurs.
Declaration
public void PreLink()