C# Класс CSharp___DllImport.Phone.OS.MEMORYSTATUS

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
dwAvailPageFile uint
dwAvailPhys uint
dwAvailVirtual uint
dwLength uint
dwMemoryLoad uint
dwTotalPageFile uint
dwTotalPhys uint
dwTotalVirtual uint

Открытые методы

Метод Описание
ToString ( ) : string

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

dwAvailPageFile публичное свойство

Size of available memory to commit, in bytes.
public uint dwAvailPageFile
Результат uint

dwAvailPhys публичное свойство

Size of physical memory available, in bytes
public uint dwAvailPhys
Результат uint

dwAvailVirtual публичное свойство

Size of unreserved and uncommitted memory in the user mode portion of the virtual address space of the calling process, in bytes.
public uint dwAvailVirtual
Результат uint

dwLength публичное свойство

Size of the MEMORYSTATUS data structure, in bytes. You do not need to set this member before calling the GlobalMemoryStatus function; the function sets it.
public uint dwLength
Результат uint

dwMemoryLoad публичное свойство

Number between 0 and 100 that specifies the approximate percentage of physical memory that is in use (0 indicates no memory use and 100 indicates full memory use). Windows NT: Percentage of approximately the last 1000 pages of physical memory that is in use.
public uint dwMemoryLoad
Результат uint

dwTotalPageFile публичное свойство

Size of the committed memory limit, in bytes.
public uint dwTotalPageFile
Результат uint

dwTotalPhys публичное свойство

Total size of physical memory, in bytes.
public uint dwTotalPhys
Результат uint

dwTotalVirtual публичное свойство

Total size of the user mode portion of the virtual address space of the calling process, in bytes.
public uint dwTotalVirtual
Результат uint