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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

ExtensionTypes Property

The extension types of the WiX extension.

Declaration

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