ExtensionManager.IsExtension Method
Include Protected Members
Include Inherited Members
Checks whether a valid extension occurs 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>(Type) | Checks whether a valid extension occurs that matches the provided type, and that does not have a configuration in the current instance. |
![]() |
IsExtension<TInterfaceType>(ExtensionHandle) | Checks whether the provided extension handle is valid and is loaded into the current ExtensionManager. |
Top