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.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

ExtensionTypes Property

The extension types of the WiX extension.

Declaration

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