The SystemInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ClientCount
Returns the current number of clients
DequeueClientCount
Returns the current number of dequeuing clients
FreeMemory
Gets the amount of free memory (in bytes) in the StreamBase server process.
GarbageCollectors
Gets a ValueCollection of ModuleInfo..::..QueueInfos which contains information about each queue
MaxMemory
Returns the maximum amount of memory (in bytes) which the StreamBase server process is allowed to allocate.
TimeRunning
Gets the time that the StreamBase Server has been running, in seconds.
TotalMemory
Gets the total amount of memory (in bytes) available for use in the StreamBase server process.
TotalNumberOfThreads
Returns the total number of threads running in the JVM (including non-StreamBase threads)
UsedMemory
Gets the total amount of memory (in bytes) currently in use in the StreamBase server process.

See Also