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: 7.6.1.3-5cb5c356
Syntax
C#
public class ScriptUtil

The ScriptUtil type exposes the following members.

Constructors
  NameDescription
Public methodScriptUtil
Initializes a new instance of the ScriptUtil class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves 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 methodGetType
Gets 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 methodToString
Returns 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