AdvancedLauncher.Tools.Win32.ComCtl32.StrongHWNDSubclass.Dispose C# (CSharp) Метод

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void
        protected override void Dispose(bool disposing)
        {
            // call the base class to let it disconnect the window proc.
            HWND hwnd = Hwnd;
            base.Dispose(disposing);

            NativeMethods.DestroyWindow(hwnd);
            _strongHwnd.OnHandleReleased();
        }