C# Class CSharp___DllImport.Phone.OS.MEMORYSTATUS

Mostrar archivo Open project: windowsphonehacker/wph-tweaks

Public Properties

Property Type Description
dwAvailPageFile uint
dwAvailPhys uint
dwAvailVirtual uint
dwLength uint
dwMemoryLoad uint
dwTotalPageFile uint
dwTotalPhys uint
dwTotalVirtual uint

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

dwAvailPageFile public_oe property

Size of available memory to commit, in bytes.
public uint dwAvailPageFile
return uint

dwAvailPhys public_oe property

Size of physical memory available, in bytes
public uint dwAvailPhys
return uint

dwAvailVirtual public_oe property

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
return uint

dwLength public_oe property

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
return uint

dwMemoryLoad public_oe property

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
return uint

dwTotalPageFile public_oe property

Size of the committed memory limit, in bytes.
public uint dwTotalPageFile
return uint

dwTotalPhys public_oe property

Total size of physical memory, in bytes.
public uint dwTotalPhys
return uint

dwTotalVirtual public_oe property

Total size of the user mode portion of the virtual address space of the calling process, in bytes.
public uint dwTotalVirtual
return uint