Click or drag to resize

RuntimeWrapApplication Method

Wraps an existing application using the specified UUID.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Application WrapApplication(
	string uuid
)

Parameters

uuid
Type: SystemString
The UUID of the application that is being wrapped.

Return Value

Type: Application
The wrapped application.
See Also