C# Class Schumix.Components.PythonEngine.PythonEngine

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode Description
Free ( ) : void

Frees up resources.

LoadScripts ( bool reload = false ) : void
PythonEngine ( string scriptsPath ) : System

Private Methods

Méthode Description
Error ( Exception e, string FileName = "" ) : void

Method Details

Free() public méthode

Frees up resources.
public Free ( ) : void
Résultat void

LoadScripts() public méthode

public LoadScripts ( bool reload = false ) : void
reload bool
Résultat void

PythonEngine() public méthode

public PythonEngine ( string scriptsPath ) : System
scriptsPath string
Résultat System