|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | Ref |
| class | Value |
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 Public Member Functions | |
| static new CastInstruction | Create (Type t) |
Protected Member Functions | |
| CastInstructionNoT (Type t) | |
| void | ConvertNull (InterpretedFrame frame) |
Static Protected Member Functions | |
| static void | NullCheck (object o) |
Properties | |
| override int | ConsumedStack [get] |
| override int | ProducedStack [get] |
| override string | InstructionName [get] |
| virtual int | ConsumedContinuations [get] |
| virtual int | ProducedContinuations [get] |
| int | StackBalance [get] |
| int | ContinuationsBalance [get] |
Private Attributes | |
| readonly Type | _t |
Static Private Attributes | |
| static CastInstruction | s_Boolean |
| static CastInstruction | s_Byte |
| static CastInstruction | s_Char |
| static CastInstruction | s_DateTime |
| static CastInstruction | s_Decimal |
| static CastInstruction | s_Double |
| static CastInstruction | s_Int16 |
| static CastInstruction | s_Int32 |
| static CastInstruction | s_Int64 |
| static CastInstruction | s_SByte |
| static CastInstruction | s_Single |
| static CastInstruction | s_String |
| static CastInstruction | s_UInt16 |
| static CastInstruction | s_UInt32 |
| static CastInstruction | s_UInt64 |
Definition at line 17 of file CastInstruction.cs.