Click or drag to resize

Applicationwrap Method

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 static Application wrap(
	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

Return Value

Type: Application

[Missing <returns> documentation for "M:Openfin.Desktop.Application.wrap(System.String,Openfin.Desktop.DesktopConnection)"]

See Also