Generated from class MR.SystemMemory. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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)
|
Generated from class MR.SystemMemory. This is the const half of the class.
◆ 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 |
◆ Const_SystemMemory() [3/4]
◆ Const_SystemMemory() [4/4]
| MR.Const_SystemMemory.Const_SystemMemory |
( |
SystemMemory | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_SystemMemory.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_SystemMemory.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_physicalAvailable
| unsafe ulong* MR.Const_SystemMemory.__ref_storage_physicalAvailable |
|
protected |
◆ __ref_storage_physicalTotal
| unsafe ulong* MR.Const_SystemMemory.__ref_storage_physicalTotal |
|
protected |
◆ 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: