_MonoDebugMethodAsyncInfo

Information about method await yield and resume offsets retrieved from a symbol file.

Members

Variables

catch_handler_offset
uint32_t catch_handler_offset;
Undocumented in source.
move_next_method_token
uint32_t* move_next_method_token;
Undocumented in source.
num_awaits
int num_awaits;
Undocumented in source.
resume_offsets
uint32_t* resume_offsets;
Undocumented in source.
yield_offsets
uint32_t* yield_offsets;
Undocumented in source.

Meta