RuntimeCreateFromManifest Method |
Creates an application from a application config file
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax public void CreateFromManifest(
string manifestUrl,
Action<Application> callback
)
Parameters
- manifestUrl
- Type: SystemString
Url to the app config - callback
- Type: SystemActionApplication
A callback to handle the application
See Also