WindowInfo(IntPtr) Constructor
Initializes a new instance of the
WindowInfo class.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: 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
)
Public Sub New (
hWnd As IntPtr
)
Dim hWnd As IntPtr
Dim instance As New WindowInfo(hWnd)
public:
WindowInfo(
IntPtr hWnd
)
new :
hWnd : IntPtr -> WindowInfo
No code example is currently available or this language may not be supported.
Parameters
- hWnd IntPtr
-
A handle to the window.
ArgumentNullException
|
hWnd
|
ArgumentException
|
The specified handle does not point to a valid window
|