ExtensionManager.InstantiateType Method
Include Protected Members
Include Inherited Members
Instantiates a type and casts the type to an interface type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
InstantiateType<T, TProxy>(Type) | Instantiates a type and casts it as an interface. |
![]() ![]() |
InstantiateType<T>(Type) | Instantiates a type and casts it as an interface. |
Top
Remarks
To instantiate extensions, use the Instantiate method to create a new instance of an extension.