C# Class cpu_analyzer.ThreadSnapshot

Mostra file Open project: SamSaffron/cpu-analyzer Class Usage Examples

Public Methods

Method Description
GetMD5 ( string str ) : System.Guid
GetThreadSnapshot ( Microsoft.Samples.Debugging.MdbgEngine.MDbgThread thread ) : ThreadSnapshot

Private Methods

Method Description
GetThreadTimes ( IntPtr handle, long &creation, long &exit, long &kernel, long &user ) : bool
ThreadSnapshot ( ) : System

Method Details

GetMD5() public static method

public static GetMD5 ( string str ) : System.Guid
str string
return System.Guid

GetThreadSnapshot() public static method

public static GetThreadSnapshot ( Microsoft.Samples.Debugging.MdbgEngine.MDbgThread thread ) : ThreadSnapshot
thread Microsoft.Samples.Debugging.MdbgEngine.MDbgThread
return ThreadSnapshot