AspNetManagementUtility.AcquireVersionList(String, Int32) Method

Definition

Returns a comma-separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version.

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

public:
 virtual void AcquireVersionList([Runtime::InteropServices::Out] System::String ^ % versionList, int versionFirst);
public void AcquireVersionList (out string versionList, int versionFirst);
abstract member AcquireVersionList : string * int -> unit
override this.AcquireVersionList : string * int -> unit
Public Sub AcquireVersionList (ByRef versionList As String, versionFirst As Integer)

Parameters

versionList
String

A comma-separated list containing the version and path to the Aspnet_isapi.dll for each installed ASP.NET version.

versionFirst
Int32

A 0 to display the ASP.NET version before the path for each entry; otherwise, display the path before the ASP.NET version for each entry.

Implements

Remarks

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

Applies to