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.
Name
Description
GetExtension<TInterfaceType>(ExtensionHandle)
Finds an ExtensionHandle in the current ExtensionManager with the same type and configuration as the ExtensionHandle passed into the method.
GetExtension<TInterfaceType>(Type)
Gets an object that is a System.Type and implements the <TInterfaceType> interface.
GetExtension<TInterfaceType>(String, String)
Finds an extension from loaded extensions in the current ExtensionManager by assembly name and type full name.
GetExtension<TInterfaceType>(Type, String)
Finds an extension from loaded extensions in the current ExtensionManager by assembly name and type full name.
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