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