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.5.1
Syntax public static RuntimeOptions LoadManifest(
string path
)
Parameters
- path
- Type: SystemString
The path to the manifest file.
Return Value
Type:
RuntimeOptionsThe RuntimeOptions object as declared in the manifest file.
See Also