HttpBrowserCapabilities.GetClrVersions Method

Definition

Returns all versions of the .NET common language runtime (CLR) installed on the client.

public:
 cli::array <Version ^> ^ GetClrVersions();
public Version[] GetClrVersions ();
member this.GetClrVersions : unit -> Version[]
Public Function GetClrVersions () As Version()

Returns

A version array that contains all versions of the .NET CLR installed on the client.

Applies to