_MonoDebugLocalsInfo

Information about local variables retrieved from a symbol file.

extern (C) nothrow
struct _MonoDebugLocalsInfo {
int num_locals;
MonoDebugLocalVar* locals;
int num_blocks;
MonoDebugCodeBlock* code_blocks;
}

Meta