Click or drag to resize

RuntimeOptionsLoadManifest Method (String)

Creates a RuntimeOptions object by loading an application manifest from a file path.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static RuntimeOptions LoadManifest(
	string path
)

Parameters

path
Type: SystemString
The path to the manifest file.

Return Value

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