Click or drag to resize

Application Constructor (String, DesktopConnection)

Note: This API is now obsolete.

Attaches an Application object to an application that already exists.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("Direct Application wrapping is no longer supported. Use Runtime.WrapApplication(...) instead.")]
public Application(
	string uuid,
	DesktopConnection desktopConnection
)

Parameters

uuid
Type: SystemString
The UUID of the Application to wrap.
desktopConnection
Type: Openfin.DesktopDesktopConnection
Connection object to the AppDesktop.DesktopConnection
See Also