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
Afficher le fichier Open project: goldshtn/msos

Méthodes publiques

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

Method Details

GetUnmanagedBlockingObjects() public méthode

public GetUnmanagedBlockingObjects ( uint osThreadId ) : List
osThreadId uint
Résultat List

LiveProcessBlockingObjectsStrategy() public méthode

public LiveProcessBlockingObjectsStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System
runtime Microsoft.Diagnostics.Runtime.ClrRuntime
Résultat System