C# 클래스 IronPython.Compiler.PythonGlobalInstruction

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

보호된 프로퍼티들

프로퍼티 타입 설명
_global IronPython.Compiler.PythonGlobal

공개 메소드들

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

메소드 상세

PythonGlobalInstruction() 공개 메소드

public PythonGlobalInstruction ( 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

프로퍼티 상세

_global 보호되어 있는 프로퍼티

protected PythonGlobal,IronPython.Compiler _global
리턴 IronPython.Compiler.PythonGlobal