Shutdown() static private method

static private Shutdown ( ) : void
return void
Beispiel #1
0
 internal static void Shutdown()
 {
     AssemblyManager.Shutdown();
     Exceptions.Shutdown();
     ImportHook.Shutdown();
     Interop.Py_Finalize();
 }