ILinkerExtension Interface
Interface all linker extensions implement.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| PostLink() | Called after all linking occurs. |
| PreLink() | Called before linking occurs. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
PostLink() Method
Section titled “PostLink() Method”Called after all linking occurs.
Declaration
Section titled “Declaration”public void PostLink()PreLink() Method
Section titled “PreLink() Method”Called before linking occurs.
Declaration
Section titled “Declaration”public void PreLink()