ICorDebugAppDomain.HasQueuedCallbacks(ICorDebugThread, Int32) 方法

定义

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)

参数

pThread
ICorDebugThread
pbQueued
Int32

实现

适用于