DkmClrAwaitExpressionInfo(UInt32, UInt32, UInt32) Constructor
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.
Initialize a new DkmClrAwaitExpressionInfo value.
public:
DkmClrAwaitExpressionInfo(System::UInt32 YieldOffset, System::UInt32 ResumeOffset, System::UInt32 ResumeMethodToken);
public:
DkmClrAwaitExpressionInfo(unsigned int YieldOffset, unsigned int ResumeOffset, unsigned int ResumeMethodToken);
DkmClrAwaitExpressionInfo(unsigned int YieldOffset, unsigned int ResumeOffset, unsigned int ResumeMethodToken);
public DkmClrAwaitExpressionInfo (uint YieldOffset, uint ResumeOffset, uint ResumeMethodToken);
new Microsoft.VisualStudio.Debugger.Clr.DkmClrAwaitExpressionInfo : uint32 * uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmClrAwaitExpressionInfo
Public Sub New (YieldOffset As UInteger, ResumeOffset As UInteger, ResumeMethodToken As UInteger)
Parameters
- YieldOffset
- UInt32
[In] The offset at which the expression yields.
- ResumeOffset
- UInt32
[In] The offset at which the expression resumes.
- ResumeMethodToken
- UInt32
[In] The method in which the expression resumes.