Esempio n. 1
0
 private void PythonContext_SetHostVariables(string prefix, string executable, string versionString)
 {
     PythonContext.CallPrivateMethod_Overload("SetHostVariables", new Type[] { typeof(string), typeof(string), typeof(string) }, prefix, executable, versionString);
 }
Esempio n. 2
0
 private void PythonContext_AddToPath(string directory)
 {
     PythonContext.CallPrivateMethod_Overload("AddToPath", new Type[] { typeof(string) }, directory);
 }