OpenQA.Selenium.NativeLibrarySafeHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

Releases the native library handle.
The handle is released by calling the FreeLibrary API.
protected ReleaseHandle ( ) : bool
Résultat bool
        protected override bool ReleaseHandle()
        {
            bool free = NativeMethods.FreeLibrary(this.handle);
            return free;
        }