Scalien.SafeDLLHandle.ReleaseHandle C# (CSharp) 메소드

ReleaseHandle() 개인적인 메소드

private ReleaseHandle ( ) : bool
리턴 bool
        protected override bool ReleaseHandle()
        {
            // This is a hack to free all references of the DLL
            while (NativeMethods.FreeLibrary(handle)) ;

            return true;
        }