C# Class IronPython.Runtime.FunctionCode.TargetUpdaterForCompilation

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
SetCompiledTarget ( object sender, Microsoft e ) : void
SetCompiledTargetTracing ( object sender, Microsoft e ) : void
TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions

Method Details

SetCompiledTarget() public méthode

public SetCompiledTarget ( object sender, Microsoft e ) : void
sender object
e Microsoft
Résultat void

SetCompiledTargetTracing() public méthode

public SetCompiledTargetTracing ( object sender, Microsoft e ) : void
sender object
e Microsoft
Résultat void

TargetUpdaterForCompilation() public méthode

public TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions
context IronPython.Runtime.PythonContext
code FunctionCode
Résultat System.Linq.Expressions