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