C# 클래스 msos.LiveProcessBlockingObjectsStrategy

For live processes, obtain wait information from the following sources: native threads (x86/x64): WCT managed threads (x86/x64): ClrMD
상속: BlockingObjectsStrategy
파일 보기 프로젝트 열기: goldshtn/msos

공개 메소드들

메소드 설명
GetUnmanagedBlockingObjects ( uint osThreadId ) : List
LiveProcessBlockingObjectsStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System

메소드 상세

GetUnmanagedBlockingObjects() 공개 메소드

public GetUnmanagedBlockingObjects ( uint osThreadId ) : List
osThreadId uint
리턴 List

LiveProcessBlockingObjectsStrategy() 공개 메소드

public LiveProcessBlockingObjectsStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System
runtime Microsoft.Diagnostics.Runtime.ClrRuntime
리턴 System