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

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Run ( InterpretedFrame frame ) : int
RuntimeVariablesInstruction ( int count ) : System.Linq.Expressions
ToString ( ) : string

메소드 상세

Run() 공개 메소드

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

RuntimeVariablesInstruction() 공개 메소드

public RuntimeVariablesInstruction ( int count ) : System.Linq.Expressions
count int
리턴 System.Linq.Expressions

ToString() 공개 메소드

public ToString ( ) : string
리턴 string