Click or drag to resize

PreloadScript Constructor

Creates a preload script entry using the specified path and optional behavior.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
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