C# Class msos.LiveProcessBlockingObjectsStrategy

For live processes, obtain wait information from the following sources: native threads (x86/x64): WCT managed threads (x86/x64): ClrMD
Inheritance: BlockingObjectsStrategy
Show file Open project: goldshtn/msos

Public Methods

Method Description
GetUnmanagedBlockingObjects ( uint osThreadId ) : List
LiveProcessBlockingObjectsStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System

Method Details

GetUnmanagedBlockingObjects() public method

public GetUnmanagedBlockingObjects ( uint osThreadId ) : List
osThreadId uint
return List

LiveProcessBlockingObjectsStrategy() public method

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