| PreloadScript Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Openfin.Desktop
 Syntax
Syntaxpublic class PreloadScript
The PreloadScript type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PreloadScript | 
            Creates a preload script entry using the specified path and optional behavior.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Optional | 
            Gets or sets a value indicating if the preload script is optional
             | 
|  | Path | 
            Gets or sets the absolute path, relative path, or URL of the preload script file
             | 
|  | State | 
            Gets the load or execution state of the preload script during a state change event.
             | 
|  | Url | 
            Gets the absolute URL of the preload script file
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also