The SystemInfo..::..GCInfo type exposes the following methods.

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).)
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()()()().)

See Also