CompiledVariable public class CompiledVariable Documentation Code public Value[] InitialValue { get; set; } public string Name { get; } public int Offset { get; set; } public CType VariableType { get; } public CompiledVariable(string name, int offset, CType type)