ApplicationManagementUnit Class

Definition

Encapsulates contextual information about the application being managed.

public ref class ApplicationManagementUnit : Microsoft::Web::Management::Server::ManagementUnit
public class ApplicationManagementUnit : Microsoft.Web.Management.Server.ManagementUnit
type ApplicationManagementUnit = class
    inherit ManagementUnit
Public Class ApplicationManagementUnit
Inherits ManagementUnit
Inheritance
ApplicationManagementUnit
Derived

Properties

Administration

Gets the current management administration configuration.

(Inherited from ManagementUnit)
ApplicationPath

Gets the application path for the application management unit.

Configuration

Gets configuration information for the current management unit.

(Inherited from ManagementUnit)
ConfigurationMap

Gets the configuration map for the management unit.

(Inherited from ManagementUnit)
ConfigurationPath

Gets the configuration path information for the current management unit.

(Inherited from ManagementUnit)
Context

Gets management context information for the current management unit.

(Inherited from ManagementUnit)
FrameworkVersion

Gets the .NET Framework version for the current management unit.

(Inherited from ManagementUnit)
IsUserServerAdministrator

Gets a value indicating whether the calling user is a server administrator.

(Inherited from ManagementUnit)
Scope

Gets a value that specifies that the management scope is Application.

ServerManager

Gets the server manager for the management unit.

(Inherited from ManagementUnit)
SiteName

Gets the site name for the application management unit.

Methods

CreateConfigurationMap(Boolean)

When overridden in a derived class, creates a file map that contains global configuration information that is applicable to this management unit.

(Inherited from ManagementUnit)
GetAssociatedFrameworkVersion()

Returns the .NET Framework version for the application management unit.

GetModuleProviders(Type)

Returns a collection of module providers of the specified type.

(Inherited from ManagementUnit)
GetModuleService(String)

Retrieves the ModuleService object that corresponds to the specified module name.

(Inherited from ManagementUnit)
GetTypeInformation(String)

When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name.

(Inherited from ManagementUnit)
GetTypeInformation(String, Boolean)

When the GetTypeInformation(String, Boolean, Type) method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name, optionally including types that are not public.

(Inherited from ManagementUnit)
GetTypeInformation(String, Boolean, Type)

Retrieves the assembly-qualified type names for all types in the application management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information.

Update()

Commits changes on the ManagementUnit.

(Inherited from ManagementUnit)

Applies to