MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SystemMemory Class Reference

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

Inheritance diagram for MR.SystemMemory:

Public Member Functions

unsafe SystemMemory ()
 Constructs an empty (default-constructed) instance.
unsafe SystemMemory (nuint physicalTotal, nuint physicalAvailable)
 Constructs MR.SystemMemory elementwise.
unsafe SystemMemory (MR.Const_SystemMemory _other)
 Generated from constructor MR.SystemMemory.SystemMemory.
 SystemMemory (SystemMemory _other)
 Generated from constructor MR.SystemMemory.SystemMemory.
unsafe MR.SystemMemory assign (MR.Const_SystemMemory _other)
 Generated from method MR::SystemMemory::operator=.
Public Member Functions inherited from MR.Const_SystemMemory
virtual void Dispose ()
unsafe Const_SystemMemory ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SystemMemory (nuint physicalTotal, nuint 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.

Properties

new unsafe ref nuint physicalTotal [get]
 total amount of physical memory in the system, in bytes (0 if no info)
new unsafe ref nuint physicalAvailable [get]
 available amount of physical memory in the system, in bytes (0 if no info)
Properties inherited from MR.Const_SystemMemory
unsafe nuint physicalTotal [get]
 total amount of physical memory in the system, in bytes (0 if no info)
unsafe nuint physicalAvailable [get]
 available amount of physical memory in the system, in bytes (0 if no info)

Additional Inherited Members

Protected Member Functions inherited from MR.Const_SystemMemory
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SystemMemory
unsafe nuint * __ref_storage_physicalTotal
unsafe nuint * __ref_storage_physicalAvailable

Detailed Description

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

Constructor & Destructor Documentation

◆ SystemMemory() [1/4]

unsafe MR.SystemMemory.SystemMemory ( )
inline

Constructs an empty (default-constructed) instance.

◆ SystemMemory() [2/4]

unsafe MR.SystemMemory.SystemMemory ( nuint physicalTotal,
nuint physicalAvailable )
inline

Constructs MR.SystemMemory elementwise.

◆ SystemMemory() [3/4]

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

Generated from constructor MR.SystemMemory.SystemMemory.

◆ SystemMemory() [4/4]

MR.SystemMemory.SystemMemory ( SystemMemory _other)
inline

Generated from constructor MR.SystemMemory.SystemMemory.

Member Function Documentation

◆ assign()

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

Generated from method MR::SystemMemory::operator=.

Property Documentation

◆ physicalAvailable

new unsafe ref nuint MR.SystemMemory.physicalAvailable
get

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

◆ physicalTotal

new unsafe ref nuint MR.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: