GCCollectionMode (System.GCCollectionMode)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

VB.NET C#

VB.NET

Public Enum Structure GCCollectionMode
  Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum

Articles

Jack Gudenkauf (JackG) WebLog

Garbage Collector (GC) · Overview · System.Runtime.GCSettings.LatencyMode · System.GC.Collect(int generation, System.GCCollectionMode mode)

eknowledger: October, 2007

void System.GC.Collect(int generation, System.GCCollectionMode mode) Generation : from 0 to System.GC.MaxGeneration GCCollectionMode : Default :  the same behavior if you called GC ...

GC.Collect Method (Int32, GCCollectionMode) (System)

The number of the oldest generation that garbage collection can be performed on. mode Type: System . . :: . GCCollectionMode. One of the GCCollectionMode values.

Jack Gudenkauf (JackG) WebLog : What’s new in the .Net Framework 3.5 ...

Garbage Collector (GC) · Overview · System.Runtime.GCSettings.LatencyMode · System.GC.Collect(int generation, System.GCCollectionMode mode)

Chris Lyon's WebLog : New In Orcas Part 2: GC Collection Modes

In Orcas we’ve added an overload to System.GC.Collect(): void System.GC.Collect(int generation, System.GCCollectionMode mode) Where generation is the highest generation to ...

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

n/a public sealed enum System.GCCollectionMode Default = 0, Forced = 1, Optimized = 2,

New Methods and Types

Method: System.GC.Collect( System.Int32, System.GCCollectionMode) None: Method: System.Deployment.Internal.InternalActivationContextHelper.GetApplicationManifestBytes( System ...

Mono Documentation

Mono Class Library : System Namespace System.GCCollectionMode Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

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