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

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)
 

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
 

Package Functions

 ByRefNewInstruction (ConstructorInfo target, int argumentCount, ByRefUpdater[] byrefArgs)
 

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 Attributes

readonly ByRefUpdater[] _byrefArgs
 

Detailed Description

Definition at line 6 of file ByRefNewInstruction.cs.


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