IExtensibilityManager Interface
Provides a mechanism for modules to register their functionality with IIS Manager.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | GetExtensions(Type) | Retrieves the list of currently registered extensions for the specified extension type. |
![]() | RegisterExtension(Type, Object) | Registers an extension that is scoped to the current connection. |
Extensions are defined by their type (base class or interface that they implement). Extensions are scoped to a single connection.
Show:
