Microsoft.VisualStudio.Project.SafeGlobalAllocHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            UnsafeNativeMethods.GlobalFree(handle);
            return true;
        }