ExtensionManager.IsExtension Method
Include Protected Members
Include Inherited Members
Checks whether there is a valid extension 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
IsExtension<TInterfaceType>(ExtensionHandle)
Checks whether the ExtensionHandle is valid and loaded into the current ExtensionManager.
IsExtension<TInterfaceType>(Type)
Checks whether there is a valid extension of the passed type that does not have a configuration in the current ExtensionManager.
IsExtension<TInterfaceType>(Type, String)
Checks whether there is a valid extension of the passed type in the current ExtensionManager and that a configuration is loaded.
Top