C# 클래스 Microsoft.Scripting.Interpreter.DynamicInstructionN

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
DynamicInstructionN ( Type delegateType, CallSite site ) : System
DynamicInstructionN ( Type delegateType, CallSite site, bool isVoid ) : System
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

메소드 상세

DynamicInstructionN() 공개 메소드

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

DynamicInstructionN() 공개 메소드

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

Run() 공개 메소드

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string