Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
.gif)
IsExtension<TInterfaceType>(ExtensionHandle)
Checks whether the ExtensionHandle is valid and loaded into the current ExtensionManager.
.gif)
IsExtension<TInterfaceType>(Type)
Checks whether there is a valid extension of the passed type that does not have a configuration in the current ExtensionManager.
.gif)
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