C# 클래스 IronPython.Runtime.FunctionCode.TargetUpdaterForCompilation

파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
SetCompiledTarget ( object sender, Microsoft e ) : void
SetCompiledTargetTracing ( object sender, Microsoft e ) : void
TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions

메소드 상세

SetCompiledTarget() 공개 메소드

public SetCompiledTarget ( object sender, Microsoft e ) : void
sender object
e Microsoft
리턴 void

SetCompiledTargetTracing() 공개 메소드

public SetCompiledTargetTracing ( object sender, Microsoft e ) : void
sender object
e Microsoft
리턴 void

TargetUpdaterForCompilation() 공개 메소드

public TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions
context IronPython.Runtime.PythonContext
code FunctionCode
리턴 System.Linq.Expressions