IExtensionService Methods

The IExtensionService type exposes the following members.

Methods
  NameDescription
Public methodActivateComponent
Activates the component of the specified type.
Public methodGetExtensionPackage
Gets the extension package.
Public methodGetExtensions
Gets all types corresponding to extensions inheriting from or implementing baseType provided types.
Public methodGetPackageInfoForType
Gets an ExtensionPackageInfo object representing the extension package in which the provided extension type was found.
Public methodInstallExtensionPackage
Installs the extension package.
Public methodRegisterBaseType
Specifies that types inheriting from type should be registered as extensions.
Public methodShutdownEngine
Shuts down the engine so the installed or uninstalled extensions can be picked up or removed.
Public methodUninstallExtensionPackage
Uninstalls the extension package.
Top
See Also