The SystemInfo type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()()
Clones this SystemInfo instance.
Equals(Object) (Inherited from Object.)
GetClientCount()()()()
Returns the current number of clients
GetDequeueClientCount()()()()
Returns the current number of dequeuing clients
GetFreeMemory()()()()
Gets the amount of free memory (in bytes) in the StreamBase server process.
GetHashCode()()()() (Inherited from Object.)
GetMaxMemory()()()()
Returns the maximum amount of memory (in bytes) which the StreamBase server process is allowed to allocate.
GetTimeRunning()()()()
Gets the time that the StreamBase Server has been running, in seconds.
GetTotalMemory()()()()
Gets the total amount of memory (in bytes) available for use in the StreamBase server process.
GetTotalNumberOfThreads()()()()
Returns the total number of threads running in the JVM (including non-StreamBase threads)
GetType()()()() (Inherited from Object.)
GetUsedMemory()()()()
Gets the total amount of memory (in bytes) currently in use in the StreamBase server process.
ToString()()()() (Inherited from Object.)

See Also