ICorDebugProcess.HasQueuedCallbacks(ICorDebugThread, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void HasQueuedCallbacks(Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread ^ pThread, [Runtime::InteropServices::Out] int % pbQueued);
public void HasQueuedCallbacks (Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread pThread, 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