C# 클래스 cpu_analyzer.ThreadSnapshot

파일 보기 프로젝트 열기: SamSaffron/cpu-analyzer 1 사용 예제들

공개 메소드들

메소드 설명
GetMD5 ( string str ) : System.Guid
GetThreadSnapshot ( Microsoft.Samples.Debugging.MdbgEngine.MDbgThread thread ) : ThreadSnapshot

비공개 메소드들

메소드 설명
GetThreadTimes ( IntPtr handle, long &creation, long &exit, long &kernel, long &user ) : bool
ThreadSnapshot ( ) : System

메소드 상세

GetMD5() 공개 정적인 메소드

public static GetMD5 ( string str ) : System.Guid
str string
리턴 System.Guid

GetThreadSnapshot() 공개 정적인 메소드

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