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 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
PostLink() Method
Called after all linking occurs.
Declaration
public void PostLink()
PreLink() Method
Called before linking occurs.
Declaration
public void PreLink()