Skip to main content

BaseLinkerExtension Class

Base class for creating a linker extension.

Methods

MethodDescription
PostLink()Called at the end of the linking.
PreLink()Called at the beginning of the linking.

Properties

PropertyDescription
ContextContext for use by the extension.
MessagingMessaging for use by the extension.

WixToolset.Extensibility.dll version 5.0.0-rc.2+dbb148c20d2490cf85f3f62f7d59f8dbc5c1a2c5

Called at the end of the linking.

Declaration

public void PostLink()

Called at the beginning of the linking.

Declaration

public void PreLink()

Context Property

Context for use by the extension.

Declaration

protected Data.ILinkContext Context { get; set; } 

Messaging Property

Messaging for use by the extension.

Declaration

protected Services.IMessaging Messaging { get; set; }