GC.GetConfigurationVariables Metoda

Definice

Získá konfigurace používané uvolňováním paměti.

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)

Návraty

Slovník jen pro čtení s názvy a hodnotami konfigurace jako klíči a hodnotami slovníku.

Poznámky

Hodnota těchto konfigurací nemusí být nutně stejná jako ty, které uživatel předává. Pokud například GCHeapCount uživatel zadá hodnotu vyšší než počet procesorů, použije se konfigurace s počtem procesorů.

Platí pro