MonoDebugCodeBlock

extern (C) nothrow
struct MonoDebugCodeBlock {
int parent;
int type;
}

Members

Variables

end_offset
int end_offset;

IL offsets

start_offset
int start_offset;

IL offsets

Meta