Struct DryrunState
Assembly: cs.temp.dll.dll
Syntax
public struct DryrunState : IEquatable<DryrunState>
Properties
Error
Declaration
public string Error { get; set; }
Property Value
Line
Declaration
public ulong Line { get; set; }
Property Value
Pc
Declaration
public ulong Pc { get; set; }
Property Value
Scratch
Declaration
public TealValue[] Scratch { get; set; }
Property Value
Stack
Declaration
public TealValue[] Stack { get; set; }
Property Value
Methods
Equals(DryrunState)
Declaration
public bool Equals(DryrunState other)
Parameters
Returns