FreeLibrary() private méthode

private FreeLibrary ( IntPtr hModule ) : bool
hModule System.IntPtr
Résultat bool
Exemple #1
0
 public void Dispose()
 {
     if (_pModule != IntPtr.Zero)
     {
         BindDLL.FreeLibrary(_pModule);
     }
 }