HttpBrowserCapabilities.GetClrVersions 方法
定义
返回客户端上安装的 .NET 公共语言运行时 (CLR) 的所有版本。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()
返回
- Version[]
一个版本数组,其中包含客户端上安装的 .NET CLR 的所有版本。A version array that contains all versions of the .NET CLR installed on the client.