OpenNETCF Smart Device Framework 2.2
The MemoryManagement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvailablePhysicalMemory |
Indicates the number of bytes of physical memory available.
| |
| AvailableVirtualMemory |
Indicates the number of bytes of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process.
| |
| MemoryLoad |
Specifies a number between zero and 100 that gives a general idea of current memory utilization, in which zero indicates no memory use and 100 indicates full memory use.
| |
| SystemProgramMemory |
Gets or sets the amount of allocated memory for Programs, in kilobytes
| |
| SystemStorageMemory |
Gets or sets the amount of allocated memory for Storage, in kilobytes
| |
| TotalPhysicalMemory |
Indicates the total number of bytes of physical memory.
| |
| TotalVirtualMemory |
Indicates the total number of bytes that can be described in the user mode portion of the virtual address space of the calling process.
|