C# Class System.Linq.Expressions.Interpreter.ByRefNewInstruction

Inheritance: NewInstruction
Show file Open project: dotnet/corefx

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
ByRefNewInstruction ( ConstructorInfo target, int argumentCount, ByRefUpdater byrefArgs ) : System.Diagnostics

Method Details

Run() public final method

public final Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int