C# Class YetAnotherRelogger.Helpers.Tools.PerformanceInfo

Exibir arquivo Open project: sinterlkaas/YetAnotherRelogger

Public Methods

Method Description
GetPhysicalAvailableMemory ( ) : System.Int64
GetPhysicalUsedMemory ( ) : System.Int64
GetTotalMemory ( ) : System.Int64

Private Methods

Method Description
GetPerformanceInfo ( [ performanceInformation, [ size ) : bool

Method Details

GetPhysicalAvailableMemory() public static method

public static GetPhysicalAvailableMemory ( ) : System.Int64
return System.Int64

GetPhysicalUsedMemory() public static method

public static GetPhysicalUsedMemory ( ) : System.Int64
return System.Int64

GetTotalMemory() public static method

public static GetTotalMemory ( ) : System.Int64
return System.Int64