Class ProcessMemoryStats
Contains information about current memory usage by the process.
Inheritance
System.Object
ProcessMemoryStats
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ProcessMemoryStats : ValueType
Fields
UsedPhysicalMemory
Amount of used physical memory in bytes.
Declaration
public ulong UsedPhysicalMemory
Field Value
System.UInt64
|
UsedVirtualMemory
Amount of used virtual memory in bytes.
Declaration
public ulong UsedVirtualMemory
Field Value
System.UInt64
|
Properties
Default
The default ProcessMemoryStats.
Declaration
public static ProcessMemoryStats Default { get; }
Property Value
ProcessMemoryStats
|