GCLatencyMode (System.Runtime.GCLatencyMode)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

VB.NET C#

C#

public enum struct GCLatencyMode : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

J & J

... get; } // // Summary: // Gets or sets the current latency mode for garbage collection. // // Returns: // One of the System.Runtime.GCLatencyMode values.

J & J

... get; } // // Summary: // Gets or sets the current latency mode for garbage collection. // // Returns: // One of the System.Runtime.GCLatencyMode values.

GCSettings.LatencyMode Property (System.Runtime)

Property Value Type: System.Runtime . . :: . GCLatencyMode. One of the GCLatencyMode values. ... You can reduce the level of intrusiveness of garbage collection in your ...

Krzysztof Cwalina : FxCop Rule for Multi-Targeting

In your screenshot you have the error message "Test.Program.Main calls System.Runtime.GCLatencyMode which is not avaliable .NET Framework 2.0"

Chris Lyon's WebLog : New In Orcas Part 3: GC Latency Modes

System.Runtime.GCLatencyMode System.Runtime.GCSettings.LatencyMode { get; set; } The values for GCLatencyMode are Batch, Interactive and LowLatency.

Changes in mscorlib from org2.0 (Version 2.0.50727.42)
to 2.0 ...

n/a public sealed enum System.Runtime.GCLatencyMode Batch = 0, Interactive = 1, LowLatency = 2,

New Methods and Types

Property: System.Runtime.GCSettings.LatencyMode( System.Runtime.GCLatencyMode) - setter: None: Method: System.Runtime.Serialization.FormatterServices.GetSurrogateForCyclicalReference( System ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support