コード例 #1
0
ファイル: DllLoader.cs プロジェクト: sdwflmw/lindotnet
 public static void FreeLibrary(IntPtr handle)
 {
     LoadDlls.FreeLibrary(handle);
 }