Ejemplo n.º 1
0
 /// <summary>
 /// Frees the native library. Function pointers retrieved from this library will be void.
 /// </summary>
 public void Dispose()
 {
     _loader.FreeNativeLibrary(Handle);
 }