Bagikan melalui


ICorDebugProcess2.GetThreadForTaskID(UInt64, ICorDebugThread2) Method

Definition

public:
 void GetThreadForTaskID(System::UInt64 taskid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugThread2 ^ % ppThread);
public void GetThreadForTaskID (ulong taskid, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugThread2 ppThread);
abstract member GetThreadForTaskID : uint64 * ICorDebugThread2 -> unit
Public Sub GetThreadForTaskID (taskid As ULong, ByRef ppThread As ICorDebugThread2)

Parameters

taskid
UInt64
ppThread
ICorDebugThread2

Applies to