Generated from class MR.SystemMemory. This is the non-const half of the class.
More...
|
| 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)
|
| |
Generated from class MR.SystemMemory. This is the non-const half of the class.
◆ 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 |
◆ SystemMemory() [3/4]
| unsafe MR.SystemMemory.SystemMemory |
( |
MR.Const_SystemMemory | _other | ) |
|
|
inline |
Generated from constructor MR.SystemMemory.SystemMemory.
◆ SystemMemory() [4/4]
Generated from constructor MR.SystemMemory.SystemMemory.
◆ assign()
| unsafe MR.SystemMemory MR.SystemMemory.assign |
( |
MR.Const_SystemMemory | _other | ) |
|
|
inline |
Generated from method MR.SystemMemory.operator=.
◆ 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: