ShellApplication Class
Enables IIS Manager to be started with specific parameters.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ShellApplication() | Initializes a new instance of the ShellApplication class. |
| Name | Description | |
|---|---|---|
![]() | CreateComponents() | When overridden in a derived class, returns a ShellComponents object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Execute(Boolean, Boolean, Boolean) | Starts an instance of IIS Manager or resets IIS Manager preferences without starting. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetService(Type) | Returns a service object of the specified type. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider.GetService(Type) | Returns a service object of the specified type. |
Notes to Inheritors:
When you inherit from ShellApplication, you must override the following member: CreateComponents.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



