Skip to main content

IExtension Interface

Namespace: DensoCreate.Cli.Framework

Description

Extension interface.

Derived From

NameDescription
ExtensionBaseA base class that provides common processing for extensions.

Property

NameDescription
HostGets the application.
NameGets the extension name.

Method

NameDescription
ActivateActivates the extension.
DeactivateDeactivates the extension.
GetService<T>Gets the service registered by the extension.