AspNetManagementUtility Class

Definition

Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC). This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Inheritance
AspNetManagementUtility
Attributes
Implements

Remarks

For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Constructors

AspNetManagementUtility()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the AspNetManagementUtility class.

Methods

AcquireVersionList(String, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

(Inherited from Object)
GetActiveWindow()

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsRemoteConfigured(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a value indicating whether remote access to the ASP.NET configuration container is enabled.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MessageBox(IntPtr, String, String, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates, displays, and operates a message box in the ASP.NET snap-in for the Microsoft Management Console (MMC).

PathIsDirectory(String, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a value indicating whether the passed filename parameter is a directory.

ReadFileDates(String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the creation, modified, and last access dates and times for the specified filename.

RegisterAsnetMmcAssembly(Int32, String, String, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code.

Registers the ASP.NET snap-in with the Microsoft Management Console (MMC).

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to