|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override int | Run (InterpretedFrame frame) |
| override string | ToString () |
| virtual string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) |
Static Protected Member Functions | |
| static void | NullCheck (object o) |
Static Package Attributes | |
| static readonly EnterExceptionHandlerInstruction | Void = new EnterExceptionHandlerInstruction(hasValue: false) |
| static readonly EnterExceptionHandlerInstruction | NonVoid = new EnterExceptionHandlerInstruction(hasValue: true) |
Properties | |
| override string | InstructionName [get] |
| override int | ConsumedStack [get] |
| override int | ProducedStack [get] |
| virtual int | ConsumedContinuations [get] |
| virtual int | ProducedContinuations [get] |
| int | StackBalance [get] |
| int | ContinuationsBalance [get] |
Private Member Functions | |
| EnterExceptionHandlerInstruction (bool hasValue) | |
Private Attributes | |
| readonly bool | _hasValue |
Definition at line 5 of file EnterExceptionHandlerInstruction.cs.