Click or drag to resize

ExternalWindowObserver Constructor (Runtime, String, String, IntPtr)

Establishes a connection and registers the window identified by hWnd with the desktop.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public ExternalWindowObserver(
	Runtime runtime,
	string parentAppUuid,
	string name,
	IntPtr hWnd
)

Parameters

runtime
Type: Openfin.DesktopRuntime
The Runtime instance which the external registration is assocated with.
parentAppUuid
Type: SystemString
The UUID of the application to create register this window as a child of.
name
Type: SystemString
The unique name for this window as a child window.
hWnd
Type: SystemIntPtr
The HWND of the window to control/observe.
See Also