Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Interpreter.NewInstruction Class Reference

Public Member Functions

 NewInstruction (ConstructorInfo constructor, int argumentCount)
 
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

object[] GetArgs (InterpretedFrame frame, int first)
 

Static Protected Member Functions

static void NullCheck (object o)
 

Protected Attributes

readonly ConstructorInfo _constructor
 
readonly int _argumentCount
 

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]
 

Detailed Description

Definition at line 6 of file NewInstruction.cs.


The documentation for this class was generated from the following file: