C# Class Microsoft.Scripting.Interpreter.MethodInfoCallInstruction

Inheritance: CallInstruction
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Invoke ( ) : object
InvokeInstance ( object instance ) : object
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
GetNonStaticArgs ( object args ) : object[]
InvokeWorker ( ) : object
MethodInfoCallInstruction ( MethodInfo target, int argumentCount ) : System

Method Details

Invoke() public method

public Invoke ( ) : object
return object

InvokeInstance() public method

public InvokeInstance ( object instance ) : object
instance object
return object

Run() public final method

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