DkmClrAwaitExpressionInfo Struct

Definition

Contains the offsets for an await expression.

public value class DkmClrAwaitExpressionInfo
public value class DkmClrAwaitExpressionInfo
struct DkmClrAwaitExpressionInfo
[System.Runtime.InteropServices.Guid("f22942ed-2e95-dba6-04f2-d42f3439af36")]
public struct DkmClrAwaitExpressionInfo
[<System.Runtime.InteropServices.Guid("f22942ed-2e95-dba6-04f2-d42f3439af36")>]
type DkmClrAwaitExpressionInfo = struct
Public Structure DkmClrAwaitExpressionInfo
Inheritance
DkmClrAwaitExpressionInfo
Attributes

Constructors

Name Description
DkmClrAwaitExpressionInfo(UInt32, UInt32, UInt32)

Initialize a new DkmClrAwaitExpressionInfo value.

Fields

Name Description
ResumeMethodToken

The method in which the expression resumes.

ResumeOffset

The offset at which the expression resumes.

YieldOffset

The offset at which the expression yields.

Applies to