HttpBrowserCapabilitiesWrapper.GetClrVersions 方法
定义
获取客户端上安装的 .NET Framework 公共语言运行时 (CLR) 的所有版本。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()
返回
- Version[]
一个 Version 对象数组。An array of Version objects.