GC.GetConfigurationVariables メソッド

定義

ガベージ コレクターによって使用される構成を取得します。

public:
 static System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ GetConfigurationVariables();
public static System.Collections.Generic.IReadOnlyDictionary<string,object> GetConfigurationVariables();
static member GetConfigurationVariables : unit -> System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Shared Function GetConfigurationVariables () As IReadOnlyDictionary(Of String, Object)

返品

構成名と値をそれぞれディクショナリのキーと値として使用する読み取り専用ディクショナリ。

注釈

これらの構成の値が、ユーザーによって渡される値と必ずしも同じである必要はありません。 たとえば、 GCHeapCount 構成の場合、ユーザーが CPU の数より大きい値を指定した場合、使用される構成は CPU の数の構成になります。

適用対象