This documentation is archived and is not being maintained.
AspNetManagementUtility Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides helper methods that are used by the ASP.NET snap-in for the Microsoft Management Console (MMC). This class cannot be inherited.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
The AspNetManagementUtility type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AspNetManagementUtility | Initializes a new instance of the AspNetManagementUtility class. |
| Name | Description | |
|---|---|---|
![]() | AcquireVersionList | Returns a comma separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version. |
![]() | ChangeScriptMap | 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 | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetActiveWindow | Retrieves the window handle to the active window that is attached to the message queue of the calling thread. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRemoteConfigured | 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 | Creates, displays, and operates a message box in the ASP.NET snap-in for the Microsoft Management Console (MMC). |
![]() | PathIsDirectory | Returns a value indicating whether the passed filename parameter is a directory. |
![]() | ReadFileDates | Returns the creation, modified, and last access dates and times for the specified filename. |
![]() | RegisterAsnetMmcAssembly | Registers the ASP.NET snap-in with the Microsoft Management Console (MMC). |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


