示例#1
0
 public static unsafe bool FreeLibrary()
 {
     try
     {
         LouisWrapper.lou_free();
         return(true);
     }
     catch (Exception e)
     {
         return(false);
     }
 }