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 | |
---|---|---|
![]() |
GetExtension<TInterfaceType>(Type) | Retrieves an ExtensionHandle<TInterfaceType> that matches the provided Type. |
![]() |
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. |
![]() |
GetExtension<TInterfaceType>(String, String) | Finds an extension from loaded extensions in the current ExtensionManager by using the provided assembly name and type name. |
Top