ICorDebugProcess2.GetThreadForTaskID(UInt64, ICorDebugThread2) 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 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