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>(ExtensionHandle)

Finds an ExtensionHandle in the current ExtensionManager with the same type and configuration as the ExtensionHandle passed into the method.

Public method

GetExtension<TInterfaceType>(Type)

Gets an object that is a System.Type and implements the <TInterfaceType> interface.

Public method

GetExtension<TInterfaceType>(String, String)

Finds an extension from loaded extensions in the current ExtensionManager by assembly name and type full name.

Public method

GetExtension<TInterfaceType>(Type, String)

Finds an extension from loaded extensions in the current ExtensionManager by assembly name and type full name.

Public method

GetExtension<TInterfaceType>(String, String, String)

Finds an extension from loaded extensions in the current ExtensionManager by assembly name, type full name, and configuration name.

Top

See Also

Reference

ExtensionManager Class

ExtensionManager Members

Microsoft.Data.Schema.Extensibility Namespace