Share via


IDkmAsyncStateMachineDecoder170 Interface

Definition

Provides metadata level information about async state machine methods.

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, SymbolProviderId.

This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

public interface IDkmAsyncStateMachineDecoder170
type IDkmAsyncStateMachineDecoder170 = interface
Public Interface IDkmAsyncStateMachineDecoder170

Methods

DecodeAsyncStateMachineAttribute(DkmClrInstructionAddress)

Obtains the Async State Machine type and the method token of the MoveNext method on that type.

Applies to