C# Class ChatterBox.Client.Voip.Utils.MEMData

Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
GetMEMUsage ( ) : System.Int64

Get the current memory usage

Private Methods

Method Description
GetCurrentProcess ( ) : IntPtr
GetProcessMemoryInfo ( IntPtr hProcess, PROCESS_MEMORY_COUNTERS_EX &counters, uint size ) : bool

Method Details

GetMEMUsage() public static method

Get the current memory usage
public static GetMEMUsage ( ) : System.Int64
return System.Int64