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=.
Public Member Functions inherited from MR.Const_SystemMemory
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.

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)
Properties inherited from MR.Const_SystemMemory
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)

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 ulong * __ref_storage_physicalTotal
unsafe ulong * __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 ( 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: