MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.SystemMemory. This is the const half of the class. More...

Inheritance diagram for MR.Const_SystemMemory:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SystemMemory ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SystemMemory (ulong physicalTotal, ulong physicalAvailable)
 Constructs MR.SystemMemory elementwise.
unsafe Const_SystemMemory (MR.Const_SystemMemory _other)
 Generated from constructor MR.SystemMemory.SystemMemory.
 Const_SystemMemory (SystemMemory _other)
 Generated from constructor MR.SystemMemory.SystemMemory.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe ulong * __ref_storage_physicalTotal
unsafe ulong * __ref_storage_physicalAvailable

Properties

unsafe ulong physicalTotal [get]
 total amount of physical memory in the system, in bytes (0 if no info)
unsafe ulong physicalAvailable [get]
 available amount of physical memory in the system, in bytes (0 if no info)

Detailed Description

Generated from class MR.SystemMemory. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SystemMemory() [1/4]

unsafe MR.Const_SystemMemory.Const_SystemMemory ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SystemMemory() [2/4]

unsafe MR.Const_SystemMemory.Const_SystemMemory ( ulong physicalTotal,
ulong physicalAvailable )
inline

Constructs MR.SystemMemory elementwise.

◆ Const_SystemMemory() [3/4]

unsafe MR.Const_SystemMemory.Const_SystemMemory ( MR.Const_SystemMemory _other)
inline

Generated from constructor MR.SystemMemory.SystemMemory.

◆ Const_SystemMemory() [4/4]

MR.Const_SystemMemory.Const_SystemMemory ( SystemMemory _other)
inline

Generated from constructor MR.SystemMemory.SystemMemory.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SystemMemory.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SystemMemory.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_physicalAvailable

unsafe ulong* MR.Const_SystemMemory.__ref_storage_physicalAvailable
protected

◆ __ref_storage_physicalTotal

unsafe ulong* MR.Const_SystemMemory.__ref_storage_physicalTotal
protected

Property Documentation

◆ physicalAvailable

unsafe ulong MR.Const_SystemMemory.physicalAvailable
get

available amount of physical memory in the system, in bytes (0 if no info)

◆ physicalTotal

unsafe ulong MR.Const_SystemMemory.physicalTotal
get

total amount of physical memory in the system, in bytes (0 if no info)


The documentation for this class was generated from the following file: