Skip to main content

BaseExtensionFactory Class

Base class for extension factories. Implementations may request an IWixToolsetCoreServiceProvider at instantiation by having a single parameter constructor for it.

Properties

PropertyDescription
ExtensionTypesThe extension types of the WiX extension.

WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

ExtensionTypes Property

The extension types of the WiX extension.

Declaration

protected System.Collections.Generic.IReadOnlyCollection<System.Type> ExtensionTypes { get; set; }