WindowParenting(SafeHandle) Constructor
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 WindowParenting(
SafeHandle hwnd
)
Public Sub New (
hwnd As SafeHandle
)
Dim hwnd As SafeHandle
Dim instance As New WindowParenting(hwnd)
public:
WindowParenting(
SafeHandle^ hwnd
)
new :
hwnd : SafeHandle -> WindowParenting
No code example is currently available or this language may not be supported.
Parameters
- hwnd SafeHandle
-
A handle to the source window.