Struct SystemMemoryInfo
Contains information about the current state of physical memory.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public struct SystemMemoryInfo
Fields
AvailablePhysicalMemory
The amount of available physical memory (RAM) in bytes. This is a rough estimate of available physical memory .
Declaration
public long AvailablePhysicalMemory
Field Value
Type | Description |
---|---|
long |
TotalPhysicalMemory
The amount of physical memory (RAM) in bytes.
Declaration
public long TotalPhysicalMemory
Field Value
Type | Description |
---|---|
long |