| Terraria v1.4.4.9
    Terraria source code documentation | 
| Public Member Functions | |
| Checked (TypeCode from, TypeCode to, bool isLiftedToNull) | |
| override int | Run (InterpretedFrame frame) | 
| override string | ToString () | 
| virtual string | ToDebugString (int instructionIndex, object cookie, Func< int, int > labelIndexer, IReadOnlyList< object > objects) | 
| Protected Member Functions | |
| override object | Convert (object obj) | 
| Static Protected Member Functions | |
| static void | NullCheck (object o) | 
| Package Attributes | |
| readonly TypeCode | _from | 
| readonly TypeCode | _to | 
| 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 | |
| object | ConvertInt32 (int obj) | 
| object | ConvertInt64 (long obj) | 
| object | ConvertUInt64 (ulong obj) | 
| object | ConvertDouble (double obj) | 
| Private Attributes | |
| readonly bool | _isLiftedToNull | 
Definition at line 118 of file NumericConvertInstruction.cs.