Share via


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
Public methodStatic member InstantiateType<T, TProxy>(Type) Instantiates a type and casts it as an interface.
Public methodStatic member 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.

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace