C# 클래스 CSharp___DllImport.Phone.OS.MEMORYSTATUS

파일 보기 프로젝트 열기: windowsphonehacker/wph-tweaks

공개 프로퍼티들

프로퍼티 타입 설명
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