コード例 #1
0
ファイル: InteropWindows.cs プロジェクト: paloukari/pythonnet
 public IntPtr PyImport_AddModule(string name)
 {
     return(Runtime_Windows.PyImport_AddModule(name));
 }