AdvancedLauncher.Tools.Win32.User32.HWND.HWND C# (CSharp) Method

HWND() protected method

Constructor for derived classes to control whether or not the handle is owned.
protected HWND ( bool ownsHandle ) : System
ownsHandle bool
return System
        protected HWND(bool ownsHandle)
            : base(invalidHandleValue: IntPtr.Zero, ownsHandle: ownsHandle)
        {
        }

Same methods

HWND::HWND ( ) : System
HWND::HWND ( IntPtr hwnd ) : System
HWND::HWND ( IntPtr hwnd, bool ownsHandle ) : System