C-minor v0.0

Local.NativeName Field

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
Declaring Type: Local

The in-method name of this local

public string NativeName;

Remarks

For reference types, this is the name in the stack frame structure, including the stack frame variable eg: "$sf.my_string_param" For value types, this is the same as the name of parameter eg: "my_int_param"

Field Type

string