IDkmManagedTaskServices.GetTaskInfoFromHandle Method

Definition

Get a DkmManagedTaskInfo from an ICorDebugHandleValue.

public:
 void GetTaskInfoFromHandle(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ clrRuntimeInstance, Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ taskHandle, Microsoft::VisualStudio::Debugger::Clr::DkmClrAppDomain ^ appDomain, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::ParallelTasks::DkmManagedTaskInfo % taskInfo);
public void GetTaskInfoFromHandle (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue taskHandle, Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain appDomain, out Microsoft.VisualStudio.Debugger.ParallelTasks.DkmManagedTaskInfo taskInfo);
abstract member GetTaskInfoFromHandle : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue * Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain * DkmManagedTaskInfo -> unit
Public Sub GetTaskInfoFromHandle (clrRuntimeInstance As DkmClrRuntimeInstance, taskHandle As ICorDebugHandleValue, appDomain As DkmClrAppDomain, ByRef taskInfo As DkmManagedTaskInfo)

Parameters

clrRuntimeInstance
DkmClrRuntimeInstance

[In] Represents a CLR instance running in a target process.

taskHandle
ICorDebugHandleValue

[In] The ICorDebugHandleValue for the task.

appDomain
DkmClrAppDomain

[In] The AppDomain of the task.

taskInfo
DkmManagedTaskInfo

[Out] The DkmManagedTaskInfo for the task.

Applies to