Information about a Garbage Collector

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GCInfo : ICloneable
Public Class GCInfo _
	Implements ICloneable
public ref class GCInfo : ICloneable

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Clone()()()()
Clones this ModuleInfo.QueueInfo instance.
Equals(Object)
Compares the given ModuleInfo..::..QueueInfo to the current instance.

QueueInfos are considered equal if they have the same name.

(Overrides Object..::..Equals(Object).)
GCCount
Gets the total number of collections that have occurred since the JVM started. This method returns -1 if the collection count is undefined for this collector.
GCName
Gets the name of this GC.
GCTime
Gets the approximate accumulated collection elapsed time in milliseconds since the JVM started. This method returns -1 if the collection elapsed time is undefined for this collector.
GetGCCount()()()()
Gets the total number of collections that have occurred since the JVM started. This method returns -1 if the collection count is undefined for this collector.
GetGCName()()()()
Gets the name of this GC
GetGCTime()()()()
Gets the approximate accumulated collection elapsed time in milliseconds since the JVM started. This method returns -1 if the collection elapsed time is undefined for this collector.
GetHashCode()()()()
Returns the hash value for this object.
(Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB.Monitor..::..SystemInfo..::..GCInfo

See Also