C# 클래스 IronPython.Compiler.PythonSetGlobalInstruction

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

공개 메소드들

메소드 설명
PythonSetGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

메소드 상세

PythonSetGlobalInstruction() 공개 메소드

public PythonSetGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
리턴 System.Linq.Expressions

Run() 공개 메소드

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string