IAspNetManagementUtility 接口

定义

提供 Microsoft 管理控制台 (MMC) 的 ASP.NET 管理单元使用的帮助器方法。Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC).

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

public interface class IAspNetManagementUtility
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("ED068D9D-F021-4B07-A43E-3E0CB470172D")]
public interface IAspNetManagementUtility
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("ED068D9D-F021-4B07-A43E-3E0CB470172D")>]
type IAspNetManagementUtility = interface
Public Interface IAspNetManagementUtility
派生
属性

注解

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

方法

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 支持产品基础结构,不能在代码中直接使用。

将指定的 Aspnet_isapi.dll 映射到指定的 Internet 信息服务 (IIS) 虚拟路径。Maps the specified Aspnet_isapi.dll to the specified Internet Information Services (IIS) virtual path.

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.

IsRemoteConfigured(Int32)

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

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

PathIsDirectory(String, Int32)

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

返回一个值,该值指示指定的 filename 是否为目录。Returns a value indicating whether the specified filename 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).

适用于