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.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
In this article
Back to top Generated by DocFX