| 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
Syntaxpublic 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
See Also