Share via


ExtensionManager.GetExtension Method

Include Protected Members
Include Inherited Members

Finds an extension from loaded extensions in the current ExtensionManager.

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 method GetExtension<TInterfaceType>(Type) Retrieves an ExtensionHandle<TInterfaceType> that matches the provided Type.
Public method GetExtension<TInterfaceType>(ExtensionHandle) Finds an extension in the current ExtensionManager of type IExtension and configuration as the object that is identified by the ExtensionHandle parameter value.
Public method GetExtension<TInterfaceType>(String, String) Finds an extension from loaded extensions in the current ExtensionManager by using the provided assembly name and type name.

Top

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace