HttpBrowserCapabilitiesWrapper.GetClrVersions Method

Definition

Gets all versions of the .NET Framework common language runtime (CLR) that are installed on the client.

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

Returns

An array of Version objects.

Applies to