ShellApplication Class

Definition

Enables IIS Manager to be started with specific parameters.

public ref class ShellApplication abstract : IServiceProvider
public abstract class ShellApplication : IServiceProvider
type ShellApplication = class
    interface IServiceProvider
Public MustInherit Class ShellApplication
Implements IServiceProvider
Inheritance
ShellApplication
Implements

Notes to Implementers

When you inherit from ShellApplication, you must override the following member: CreateComponents().

Constructors

ShellApplication()

Initializes a new instance of the ShellApplication class.

Methods

CreateComponents()

When overridden in a derived class, returns a ShellComponents object.

Execute(Boolean, Boolean, Boolean)

Starts an instance of IIS Manager or resets IIS Manager preferences without starting.

GetService(Type)

Returns a service object of the specified type.

Explicit Interface Implementations

IServiceProvider.GetService(Type)

Returns a service object of the specified type.

Applies to