SValue Class |
public class SValue : SyntaxBase
The SValue type exposes the following members.
| Name | Description | |
|---|---|---|
| SValue(Script) | Constructor | |
| SValue(Script, SType) | Constructor | |
| SValue(Script, SValue) | Constructor | |
| SValue(Script, Object) | Constructor |
| Name | Description | |
|---|---|---|
| Array | Get array object | |
| Bool | Get boolean value | |
| Hash | Get hash object | |
| Integer | Get integer value | |
| IsStatic | Is static | |
| Number | Get number value | |
| Path | Get path object | |
| Regex | Get regular expression value | |
| String | Get string value | |
| StringValue | String value | |
| Type | Type | |
| Value | Value |
| Name | Description | |
|---|---|---|
| CallFunction | Call script function | |
| CanConvertTo | Can this type is converted to | |
| CastTo | Cast to specify type | |
| CopyFrom | Copy from another value | |
| CopyFromCanConvert | Copy from another value, if it can be converted | |
| Equals |
Equals
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Get hash code
(Overrides ObjectGetHashCode) | |
| SetValueFrom | Set value from another variable | |
| ToString |
To string
(Overrides SyntaxBase.ToString) |