Gets the configurations used by the garbage collector.
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)
Returns
A read-only dictionary with the configuration names and values as the keys and values of the dictionary, respectively.
RemarksThe value of these configurations don't necessarily have to be the same as the ones that are passed by the user. For example, for the GCHeapCount
configuration, if the user supplies a value higher than the number of CPUs, the configuration that's used is that of the number of CPUs.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4