Click or drag to resize

RuntimeOptionsLoadDefault Method

Creates a default set of runtime options by searching for an appropriate application configuration file, or if none is found a default RuntimeOptions instance.

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

Return Value

Type: RuntimeOptions
The loaded RuntimeOptions object.
See Also