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.5.1
Syntax [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