ICorDebugProcess.HasQueuedCallbacks(ICorDebugThread, Int32) Method

Definition

public:
 void HasQueuedCallbacks(Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread ^ pThread, [Runtime::InteropServices::Out] int % pbQueued);
public void HasQueuedCallbacks (Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread pThread, out int pbQueued);
abstract member HasQueuedCallbacks : Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread * int -> unit
Public Sub HasQueuedCallbacks (pThread As ICorDebugThread, ByRef pbQueued As Integer)

Parameters

pThread
ICorDebugThread
pbQueued
Int32

Implements

Applies to