Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat