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