C# Class Schumix.Components.PythonEngine.PythonEngine

ファイルを表示 Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
Free ( ) : void

Frees up resources.

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

Private Methods

Method Description
Error ( Exception e, string FileName = "" ) : void

Method Details

Free() public method

Frees up resources.
public Free ( ) : void
return void

LoadScripts() public method

public LoadScripts ( bool reload = false ) : void
reload bool
return void

PythonEngine() public method

public PythonEngine ( string scriptsPath ) : System
scriptsPath string
return System