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); }
private void PythonContext_AddToPath(string directory) { PythonContext.CallPrivateMethod_Overload("AddToPath", new Type[] { typeof(string) }, directory); }