RuntimeOptionsLoadManifest Method (Uri) |
Creates a RuntimeOptions object by loading an application manifest from a Uri.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public static RuntimeOptions LoadManifest(
Uri uri
)
Parameters
- uri
- Type: SystemUri
The Uri to the manifest file.
Return Value
Type:
RuntimeOptionsThe RuntimeOptions object as declared in the manifest file.
See Also