ShellApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |