Click or drag to resize

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.4.0
Syntax
C#
public static RuntimeOptions LoadManifest(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri to the manifest file.

Return Value

Type: RuntimeOptions
The RuntimeOptions object as declared in the manifest file.
See Also