WindowInfo(IntPtr) Constructor

Initializes a new instance of the WindowInfo class.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public WindowInfo(
	IntPtr hWnd
)

Parameters

hWnd  IntPtr
A handle to the window.

Exceptions

ArgumentNullException hWnd
ArgumentException The specified handle does not point to a valid window

See Also