Class RuntimeConfigurationProperties
- Namespace
- SunamoCsproj.Data
- Assembly
- SunamoCsproj.dll
public class RuntimeConfigurationProperties
- Inheritance
-
RuntimeConfigurationProperties
- Inherited Members
-
- Extension Methods
-
Properties
AutoreleasePoolSupport
public string? AutoreleasePoolSupport { get; set; }
Property Value
- string
ConcurrentGarbageCollection
public string? ConcurrentGarbageCollection { get; set; }
Property Value
- string
InvariantGlobalization
public string? InvariantGlobalization { get; set; }
Property Value
- string
PredefinedCulturesOnly
public string? PredefinedCulturesOnly { get; set; }
Property Value
- string
RetainVMGarbageCollection
public string? RetainVMGarbageCollection { get; set; }
Property Value
- string
ServerGarbageCollection
public string? ServerGarbageCollection { get; set; }
Property Value
- string
ThreadPoolMaxThreads
public string? ThreadPoolMaxThreads { get; set; }
Property Value
- string
ThreadPoolMinThreads
public string? ThreadPoolMinThreads { get; set; }
Property Value
- string
TieredCompilation
public string? TieredCompilation { get; set; }
Property Value
- string
TieredCompilationQuickJit
public string? TieredCompilationQuickJit { get; set; }
Property Value
- string
TieredCompilationQuickJitForLoops
public string? TieredCompilationQuickJitForLoops { get; set; }
Property Value
- string
TieredPGO
public string? TieredPGO { get; set; }
Property Value
- string
UseWindowsThreadPool
public string? UseWindowsThreadPool { get; set; }
Property Value
- string