|
... get; } // // Summary: // Gets or sets the current latency mode for garbage collection. // // Returns: // One of the System.Runtime.GCLatencyMode values.
|
|
... get; } // // Summary: // Gets or sets the current latency mode for garbage collection. // // Returns: // One of the System.Runtime.GCLatencyMode values.
|
|
Property Value Type: System.Runtime . . :: . GCLatencyMode. One of the GCLatencyMode values. ... You can reduce the level of intrusiveness of garbage collection in your ...
|
|
In your screenshot you have the error message "Test.Program.Main calls System.Runtime.GCLatencyMode which is not avaliable .NET Framework 2.0"
|
|
System.Runtime.GCLatencyMode System.Runtime.GCSettings.LatencyMode { get; set; } The values for GCLatencyMode are Batch, Interactive and LowLatency.
|
|
n/a public sealed enum System.Runtime.GCLatencyMode Batch = 0, Interactive = 1, LowLatency = 2,
|
|
Property: System.Runtime.GCSettings.LatencyMode( System.Runtime.GCLatencyMode) - setter: None: Method: System.Runtime.Serialization.FormatterServices.GetSurrogateForCyclicalReference( System ...
|