Click or drag to resize

ScriptUtil Class

Contains helpful utilities that can be used by scripts.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingScriptUtil

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public class ScriptUtil

The ScriptUtil type exposes the following members.

Constructors
 NameDescription
Public methodScriptUtilInitializes a new instance of the ScriptUtil class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetImageFrameCount Gets the number of frames in a multi-framed image file.
Public methodStatic memberGetResourcePath Gets the file path to the given resource and document.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberRetrieveDelimitedFileHeaders Gets the header row from a delimited (i.e. csv, dat) based text file.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberTryDetectTextFileEncoding Detects and returns the encoding of a text file. A return value indicates the detection was likely successful.
Top
See Also