ApplicationManagementUnit 类

定义

封装有关所管理应用程序的上下文信息。

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
继承
ApplicationManagementUnit
派生

属性

Administration

获取当前管理管理配置。

(继承自 ManagementUnit)
ApplicationPath

获取应用程序管理单元的应用程序路径。

Configuration

获取当前管理单元的配置信息。

(继承自 ManagementUnit)
ConfigurationMap

获取管理单元的配置映射。

(继承自 ManagementUnit)
ConfigurationPath

获取当前管理单元的配置路径信息。

(继承自 ManagementUnit)
Context

获取当前管理单元的管理上下文信息。

(继承自 ManagementUnit)
FrameworkVersion

获取当前管理单元的.NET Framework版本。

(继承自 ManagementUnit)
IsUserServerAdministrator

获取一个值,该值指示调用用户是否为服务器管理员。

(继承自 ManagementUnit)
Scope

获取一个值,该值指定管理范围为 Application

ServerManager

获取管理单元的服务器管理器。

(继承自 ManagementUnit)
SiteName

获取应用程序管理单元的站点名称。

方法

CreateConfigurationMap(Boolean)

在派生类中重写时,会创建一个文件映射,其中包含适用于此管理单元的全局配置信息。

(继承自 ManagementUnit)
GetAssociatedFrameworkVersion()

返回应用程序管理单元的.NET Framework版本。

GetModuleProviders(Type)

返回指定类型的模块提供程序的集合。

(继承自 ManagementUnit)
GetModuleService(String)

检索与 ModuleService 指定模块名称对应的 对象。

(继承自 ManagementUnit)
GetTypeInformation(String)

GetTypeInformation(String, Boolean, Type)在派生类中重写 方法时,检索当前管理范围中派生自指定基类型名称的所有类型的程序集限定类型名称。

(继承自 ManagementUnit)
GetTypeInformation(String, Boolean)

GetTypeInformation(String, Boolean, Type)在派生类中重写该方法时,检索当前管理范围中派生自指定基类型名称的所有类型的程序集限定类型名称,(可选)包括非公共类型。

(继承自 ManagementUnit)
GetTypeInformation(String, Boolean, Type)

检索应用程序管理范围中派生自指定基类型名称的所有类型的程序集限定类型名称,(可选)包括非公共类型,并使用指定的生成器创建类型信息。

Update()

提交 对 的 ManagementUnit更改。

(继承自 ManagementUnit)

适用于