HttpBrowserCapabilitiesBase::GetClrVersions Method ()

 

When overridden in a derived class, gets all versions of the .NET Framework common language runtime (CLR) that are installed on the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual array<Version^>^ GetClrVersions()

Return Value

Type: array<System::Version^>^

An array of Version objects.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: