Property | Type | Description | |
---|---|---|---|
_runtime | Microsoft.Diagnostics.Runtime.ClrRuntime |
Method | Description | |
---|---|---|
GetCriticalSectionBlockingObject ( |
||
SetFrameParameters ( |
||
StackWalkerStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System |
Method | Description | |
---|---|---|
AddMultipleWaitInformation ( |
||
AddSingleWaitInformation ( |
||
ConvertToAddress ( byte bits ) : ulong | ||
ExtractWaitForMultipleObjectsInformation ( |
||
ExtractWaitForSingleObjectInformation ( |
||
GetCriticalSectionBlockingObject ( |
Method | Description | |
---|---|---|
DuplicateHandle ( |
||
GetHandleObjectName ( |
Retrieves the name of the object referenced by the specified handle using NtQueryObject.
|
|
GetHandleType ( |
Retrieve the handle type name using NtQueryObject.
|
|
IsMatchingMethod ( |
||
ReadHandles ( ulong startAddress, uint count ) : List |
protected AddMultipleWaitInformation ( |
||
frame | ||
numberOfHandles | uint | |
addressOfHandlesArray | ulong | |
return | void |
protected AddSingleWaitInformation ( |
||
frame | ||
handleValue | ulong | |
return | void |
protected static ConvertToAddress ( byte bits ) : ulong | ||
bits | byte | |
return | ulong |
protected abstract ExtractWaitForMultipleObjectsInformation ( |
||
frame | ||
return | void |
protected abstract ExtractWaitForSingleObjectInformation ( |
||
frame | ||
return | void |
protected abstract GetCriticalSectionBlockingObject ( |
||
frame | ||
return |
public GetCriticalSectionBlockingObject ( |
||
frame | ||
blockingObject | ||
return | bool |
public SetFrameParameters ( |
||
frame | ||
return | bool |
public StackWalkerStrategy ( Microsoft.Diagnostics.Runtime.ClrRuntime runtime ) : System | ||
runtime | Microsoft.Diagnostics.Runtime.ClrRuntime | |
return | System |