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 (ulong physicalTotal, ulong 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=.
 

Properties

new unsafe ref ulong physicalTotal [get]
 total amount of physical memory in the system, in bytes (0 if no info)
 
new unsafe ref 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 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 ( ulong physicalTotal,
ulong 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 ulong MR.SystemMemory.physicalAvailable
get

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

◆ physicalTotal

new unsafe ref ulong 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: