C# 클래스 YetAnotherRelogger.Helpers.Tools.PerformanceInfo

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger

공개 메소드들

메소드 설명
GetPhysicalAvailableMemory ( ) : System.Int64
GetPhysicalUsedMemory ( ) : System.Int64
GetTotalMemory ( ) : System.Int64

비공개 메소드들

메소드 설명
GetPerformanceInfo ( [ performanceInformation, [ size ) : bool

메소드 상세

GetPhysicalAvailableMemory() 공개 정적인 메소드

public static GetPhysicalAvailableMemory ( ) : System.Int64
리턴 System.Int64

GetPhysicalUsedMemory() 공개 정적인 메소드

public static GetPhysicalUsedMemory ( ) : System.Int64
리턴 System.Int64

GetTotalMemory() 공개 정적인 메소드

public static GetTotalMemory ( ) : System.Int64
리턴 System.Int64