C# Class cpu_analyzer.ThreadSnapshot

Afficher le fichier Open project: SamSaffron/cpu-analyzer Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetMD5() public static méthode

public static GetMD5 ( string str ) : System.Guid
str string
Résultat System.Guid

GetThreadSnapshot() public static méthode

public static GetThreadSnapshot ( Microsoft.Samples.Debugging.MdbgEngine.MDbgThread thread ) : ThreadSnapshot
thread Microsoft.Samples.Debugging.MdbgEngine.MDbgThread
Résultat ThreadSnapshot