MonoDebugLocalVar

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
struct MonoDebugLocalVar {}

Members

Variables

block
MonoDebugCodeBlock* block;

Might be null for the main scope

index
int index;
Undocumented in source.
name
char* name;
Undocumented in source.

Meta