Show / Hide Table of Contents

Struct SystemMemoryInfo

Contains information about the current state of physical memory.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In this article
Back to top Generated by DocFX