DesktopSystemLaunchManifestAsyncT Method |
Launches an application via its manifest.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Task<T> LaunchManifestAsync<T>(
string manifestUrl,
RVMOptions rvmOptions = null
)
Parameters
- manifestUrl
- Type: SystemString
The path to the manifest. - rvmOptions (Optional)
- Type: Openfin.DesktopRVMOptions
[Missing <param name="rvmOptions"/> documentation for "M:Openfin.Desktop.DesktopSystem.LaunchManifestAsync``1(System.String,Openfin.Desktop.RVMOptions)"]
Type Parameters
- T
- JObject, Application, or Platform are the only accepted types.
Return Value
Type:
TaskT
If JObject is specified as the return type, the retrieved manifest is returned as a JObject.
If Application is specified as the return type, the started application is returned.
If Platform is specified as the return type, the started platform is returned.
See Also