OpenQA.Selenium.IE.SafeScriptResultHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

Releases the instance of the handle
protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            NativeMethods.wdFreeScriptResult(handle);
            return true;
        }