Share via


IDkmAsyncStateMachineDecoder170.DecodeAsyncStateMachineAttribute Method

Definition

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

public Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress? DecodeAsyncStateMachineAttribute (Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress clrAddress);
abstract member DecodeAsyncStateMachineAttribute : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress -> Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress
Public Function DecodeAsyncStateMachineAttribute (clrAddress As DkmClrInstructionAddress) As DkmClrInstructionAddress

Parameters

clrAddress
DkmClrInstructionAddress

[In] DkmClrInstructionAddress is used for addresses in managed code.

Returns

[Out,Optional] The instruction address of the beginning of the MoveNext method on the AsyncStateMachine referenced by the attribute on the target method.

Applies to