C# Class Microsoft.Scripting.Interpreter.DynamicInstructionN

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DynamicInstructionN ( Type delegateType, CallSite site ) : System
delegateType System.Type
site System.Runtime.CompilerServices.CallSite
Résultat System

DynamicInstructionN() public méthode

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

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string