コード例 #1
0
ファイル: CommandLineFix.cs プロジェクト: meigy/PyModern
 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);
 }
コード例 #2
0
ファイル: CommandLineFix.cs プロジェクト: meigy/PyModern
 private void PythonContext_AddToPath(string directory)
 {
     PythonContext.CallPrivateMethod_Overload("AddToPath", new Type[] { typeof(string) }, directory);
 }