예제 #1
0
 public static int close(IntPtr handle, bool useCLibrary = false)
 {
     return(useCLibrary ? BSD.dlclose(handle) : Unix.dlclose(handle));
 }