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

HWND() 공개 메소드

Public constructor to create an HWND SafeHandle instance for an existing handle.
public HWND ( IntPtr hwnd ) : System
hwnd System.IntPtr
리턴 System
        public HWND(IntPtr hwnd)
            : this()
        {
            SetHandle(hwnd);
        }

Same methods

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