AdvancedLauncher.Tools.Win32.User32.HWND.ReleaseHandle C# (CSharp) 메소드

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool
        protected override bool ReleaseHandle()
        {
            // This should never get called, since we specify ownsHandle:false
            // when constructed.
            throw new NotImplementedException();
        }