C# Class Core.PythonEngine

Inheritance: DlrEngine
Afficher le fichier Open project: jflam/repl-lib Class Usage Examples

Méthodes publiques

Méthode Description
InvokeMember ( object target, string method ) : object
PythonEngine ( ) : System
PythonEngine ( ScriptScope scriptScope ) : System
Require ( string module ) : bool
Reset ( ScriptScope scope ) : void

Method Details

InvokeMember() public méthode

public InvokeMember ( object target, string method ) : object
target object
method string
Résultat object

PythonEngine() public méthode

public PythonEngine ( ) : System
Résultat System

PythonEngine() public méthode

public PythonEngine ( ScriptScope scriptScope ) : System
scriptScope ScriptScope
Résultat System

Require() public méthode

public Require ( string module ) : bool
module string
Résultat bool

Reset() public méthode

public Reset ( ScriptScope scope ) : void
scope ScriptScope
Résultat void