C# Class Microsoft.Scripting.Interpreter.DynamicInstructionN

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
DynamicInstructionN ( Type delegateType, CallSite site ) : System
DynamicInstructionN ( Type delegateType, CallSite site, bool isVoid ) : System
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

Method Details

DynamicInstructionN() public method

public DynamicInstructionN ( Type delegateType, CallSite site ) : System
delegateType System.Type
site System.Runtime.CompilerServices.CallSite
return System

DynamicInstructionN() public method

public DynamicInstructionN ( Type delegateType, CallSite site, bool isVoid ) : System
delegateType System.Type
site System.Runtime.CompilerServices.CallSite
isVoid bool
return System

Run() public method

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

ToString() public method

public ToString ( ) : string
return string