IDkmManagedTaskServices Interface
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.
Provides services to task providers and to Debug Monitors for getting managed task information. This is implemented by the Shim Managed EE.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, TransportKind.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public interface class IDkmManagedTaskServices
public interface class IDkmManagedTaskServices
__interface IDkmManagedTaskServices
public interface IDkmManagedTaskServices
type IDkmManagedTaskServices = interface
Public Interface IDkmManagedTaskServices
Methods
GetMethodMetadataToken(DkmClrRuntimeInstance, String, String, String[]) |
Gets the metadata token for a CLR method. |
GetTaskInfoArrayFromFrame(DkmClrRuntimeInstance, DkmStackWalkFrame, Int32, DkmManagedTaskInfo[]) |
Get a DkmManagedTaskInfo array from a stack frame parameter. |
GetTaskInfoFromFrame(DkmClrRuntimeInstance, DkmStackWalkFrame, Int32, DkmManagedTaskInfo) |
Get a DkmManagedTaskInfo from a stack frame parameter. |
GetTaskInfoFromHandle(DkmClrRuntimeInstance, ICorDebugHandleValue, DkmClrAppDomain, DkmManagedTaskInfo) |
Get a DkmManagedTaskInfo from an ICorDebugHandleValue. |