Click or drag to resize

PreloadScript Class

A class representing a preload script entry for a given Openfin Application or Window
Inheritance Hierarchy
SystemObject
  Openfin.DesktopPreloadScript

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public class PreloadScript

The PreloadScript type exposes the following members.

Constructors
  NameDescription
Public methodPreloadScript
Creates a preload script entry using the specified path and optional behavior.
Top
Properties
  NameDescription
Public propertyOptional
Gets or sets a value indicating if the preload script is optional
Public propertyPath
Gets or sets the absolute path, relative path, or URL of the preload script file
Public propertyState
Gets the load or execution state of the preload script during a state change event.
Public propertyUrl
Gets the absolute URL of the preload script file
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also