AspNetManagementUtility 类

定义

提供 Microsoft 管理控制台 (MMC) 的 ASP.NET 管理单元使用的帮助器方法。Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC). 此类不能被继承。This class cannot be inherited.

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class AspNetManagementUtility sealed : Microsoft::Aspnet::Snapin::IAspNetManagementUtility
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E")]
public sealed class AspNetManagementUtility : Microsoft.Aspnet.Snapin.IAspNetManagementUtility
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E")>]
type AspNetManagementUtility = class
    interface IAspNetManagementUtility
Public NotInheritable Class AspNetManagementUtility
Implements IAspNetManagementUtility
继承
AspNetManagementUtility
属性
实现

注解

有关通过 AspNetManagementUtility 类和 Microsoft 管理控制台 (MMC) 进行编程的详细信息,请参阅 Mmc 程序员指南For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

构造函数

AspNetManagementUtility()

此 API 支持产品基础结构,不能在代码中直接使用。

初始化 AspNetManagementUtility 类的新实例。Initializes a new instance of the AspNetManagementUtility class.

方法

AcquireVersionList(String, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个逗号分隔的列表,该列表包含安装的每个 ASP.NET 版本的 Aspnet_isapi.dll 的版本和路径。Returns a comma-separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version.

ChangeScriptMap(String, String, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

dllInstall 参数指定的 Aspnet_isapi.dll 的版本注册到 Microsoft Internet 信息服务 (IIS) 虚拟路径,该虚拟路径由 keyPath 参数指定。Registers the version of Aspnet_isapi.dll that is specified by the dllInstall parameter to the Microsoft Internet Information Services (IIS) virtual path that is specified by the keyPath parameter.

DisplayAspNetConfigSettings(String, String, String, String, String, Int32, String)

此 API 支持产品基础结构,不能在代码中直接使用。

检索指定的 ASP.NET Web 应用程序的 ASP.NET 配置设置。Retrieves the ASP.NET configuration settings for the specified ASP.NET web application.

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetActiveWindow()

此 API 支持产品基础结构,不能在代码中直接使用。

检索附加到调用线程消息队列中的活动窗口的句柄。Retrieves the window handle to the active window that is attached to the message queue of the calling thread.

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
IsRemoteConfigured(Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个值,该值指示是否启用对 ASP.NET 配置容器的远程访问。Returns a value indicating whether remote access to the ASP.NET configuration container is enabled.

MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
MessageBox(IntPtr, String, String, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

创建、显示并操作 Microsoft 管理控制台 (MMC) 的 ASP.NET 管理单元中的消息框。Creates, displays, and operates a message box in the ASP.NET snap-in for the Microsoft Management Console (MMC).

PathIsDirectory(String, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个值,该值指示传递的文件名参数是否为目录。Returns a value indicating whether the passed filename parameter is a directory.

ReadFileDates(String, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

返回指定文件名的创建、修改和上次访问的日期和时间。Returns the creation, modified, and last access dates and times for the specified filename.

RegisterAsnetMmcAssembly(Int32, String, String, IntPtr)

此 API 支持产品基础结构,不能在代码中直接使用。

向 Microsoft 管理控制台 (MMC) 注册 ASP.NET 管理单元。Registers the ASP.NET snap-in with the Microsoft Management Console (MMC).

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于