ScriptUtil Class |
Namespace: Compiled.EDD.Scripting
public class ScriptUtil
The ScriptUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptUtil | Initializes a new instance of the ScriptUtil class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImageFrameCount |
Gets the number of frames in a multi-framed image file.
| |
| GetResourcePath |
Gets the file path to the given resource and document.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RetrieveDelimitedFileHeaders |
Gets the header row from a delimited (i.e. csv, dat) based text file.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryDetectTextFileEncoding |
Detects and returns the encoding of a text file.
A return value indicates the detection was likely successful.
|