Class WatchItem
- Namespace
- MoonSharp.Interpreter.Debugging
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
WatchItem
- Inherited Members
-
- Extension Methods
-
Constructors
WatchItem()
Properties
Address
public int Address { get; set; }
Property Value
- int
BasePtr
public int BasePtr { get; set; }
Property Value
- int
IsError
public bool IsError { get; set; }
Property Value
- bool
LValue
public SymbolRef LValue { get; set; }
Property Value
- SymbolRef
Location
public SourceRef Location { get; set; }
Property Value
- SourceRef
Name
public string Name { get; set; }
Property Value
- string
RetAddress
public int RetAddress { get; set; }
Property Value
- int
Value
public DynValue Value { get; set; }
Property Value
- DynValue
Methods
ToString()
public override string ToString()
Returns
- string