Beispiel #1
0
 public static void Shutdown()
 {
     if (ourDllHandle == IntPtr.Zero)
     {
         ourLoader.FreeLibrary(ourDllHandle);
     }
 }
Beispiel #2
0
        public static void closePatch()
        {
            LibPD.Release();

            while (loader.FreeLibrary(SDllHandle))
            {
            }
        }