PreloadScript Constructor |
Creates a preload script entry using the specified path and optional behavior.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public PreloadScript(
string path,
bool optional
)
Parameters
- path
- Type: SystemString
Absolute path, relative path, or URL of the preload script file - optional
- Type: SystemBoolean
[Missing <param name="optional"/> documentation for "M:Openfin.Desktop.PreloadScript.#ctor(System.String,System.Boolean)"]
See Also