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.

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 int GCCount { get; internal set; }
Public Property GCCount As Integer
	Get
	Friend Set
public:
property int GCCount {
	int get ();
	internal: void set (int value);
}

See Also