C# Class msos.WaitChainTraversal

Extract blocking objects information using the Windows Wait Chain Traversal API.
Exibir arquivo Open project: goldshtn/msos

Public Methods

Method Description
GetBlockingObjects ( uint osThreadId ) : ThreadWCTInfo

Gets WCT information for the specified thread.

Method Details

GetBlockingObjects() public method

Gets WCT information for the specified thread.
public GetBlockingObjects ( uint osThreadId ) : ThreadWCTInfo
osThreadId uint
return ThreadWCTInfo