次の方法で共有


DkmSerializedProcessInfo.GetClrVersions メソッド

定義

プロセスに読み込まれたすべての CLR インスタンスのすべてのバージョン番号を取得します。

この API は、Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8) で導入されました。

public System.Collections.ObjectModel.ReadOnlyCollection<string> GetClrVersions ();
member this.GetClrVersions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetClrVersions () As ReadOnlyCollection(Of String)

戻り値

[出力]プロセスに読み込まれるすべての CLR インスタンスのバージョン番号。

適用対象