<< Click to Display Table of Contents >>
MemoryStatus
오즈 서버가 실행되고 있는 System의 메모리 상태를 제공하는 클래스입니다.
Member Variables
TotalMemory
public long TotalMemory
오즈 서버가 실행되고 있는 System의 VM의 토탈 메모리
FreeMemory
public long FreeMemory
오즈 서버가 실행되고 있는 System의 VM의 Free 메모리
FreeMemoryPercentage
public long FreeMemoryPercentage
오즈 서버가 실행되고 있는 System의 VM의 FreeMemory/TotalMemory
UseMemory
public long UseMemory
오즈 서버가 실행되고 있는 System의 VM의 사용 메모리