BaseExtensionFactory Class
Base class for extension factories. Implementations may request an IWixToolsetCoreServiceProvider at instantiation by having a single parameter constructor for it.
Properties
Property | Description |
---|---|
ExtensionTypes | The extension types of the WiX extension. |
WixToolset.Extensibility.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
ExtensionTypes Property
The extension types of the WiX extension.
Declaration
protected System.Collections.Generic.IReadOnlyCollection<System.Type> ExtensionTypes { get; set; }