RuntimeWrapApplication Method |
Wraps an existing application using the specified UUID.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Application WrapApplication(
string uuid
)
Parameters
- uuid
- Type: SystemString
The UUID of the application that is being wrapped.
Return Value
Type:
ApplicationThe wrapped application.
See Also