ApplicationManagementUnit Class
Encapsulates contextual information about the application being managed.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Server.ManagementUnit
Microsoft.Web.Management.Server.ApplicationManagementUnit
Microsoft.Web.Management.Server.SiteManagementUnit
| Name | Description | |
|---|---|---|
![]() | 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 ManagementScope.Application.(Overrides ManagementUnit.Scope.) |
![]() | ServerManager | Gets the server manager for the management unit.(Inherited from ManagementUnit.) |
![]() | SiteName | Gets the site name for the application management unit. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAssociatedFrameworkVersion() | Returns the .NET Framework version for the application management unit.(Overrides ManagementUnit.GetAssociatedFrameworkVersion().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | 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.) |
![]() | GetType() | (Inherited from Object.) |
![]() | 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.(Overrides ManagementUnit.GetTypeInformation(String, Boolean, Type).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Update() | Commits changes on the ManagementUnit.(Inherited from ManagementUnit.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


