IExtension Interface
Namespace: DensoCreate.Cli.Framework
Description
Extension interface.
Derived From
Name | Description |
---|---|
ExtensionBase | A base class that provides common processing for extensions. |
Property
Name | Description |
---|---|
Host | Gets the application. |
Name | Gets the extension name. |
Method
Name | Description |
---|---|
Activate | Activates the extension. |
Deactivate | Deactivates the extension. |
GetService<T> | Gets the service registered by the extension. |