Window Constructor (String, String, DesktopConnection) |
Note: This API is now obsolete.
Attaches a Window object to an application Window that already exists.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax [ObsoleteAttribute("Direct Window wrapping is no longer supported. Use Application.WrapWindow(...) instead.")]
public Window(
string applicationUUID,
string name,
DesktopConnection desktopConnection
)
Parameters
- applicationUUID
- Type: SystemString
The UUID of the parent Application. - name
- Type: SystemString
The name of the Window - desktopConnection
- Type: Openfin.DesktopDesktopConnection
Connection object to the AppDesktop.DesktopConnection
See Also