SVariable Class |
public class SVariable : SValue
The SVariable type exposes the following members.
Name | Description | |
---|---|---|
![]() | SVariable(Script) | Constructor |
![]() | SVariable(Script, SVariable) | Constructor |
![]() | SVariable(Script, String) | Constructor |
![]() | SVariable(Script, String, SType) | Constructor |
![]() | SVariable(Script, String, SValue) | Constructor |
![]() | SVariable(Script, String, Object) | Constructor |
Name | Description | |
---|---|---|
![]() | ActualVariable | Get actual variable |
![]() | Array |
Get array object
(Inherited from SValue) |
![]() | Bool |
Get boolean value
(Inherited from SValue) |
![]() | Hash |
Get hash object
(Inherited from SValue) |
![]() | Integer |
Get integer value
(Inherited from SValue) |
![]() | IsDefine | Is define |
![]() | IsInitialized | Is initialized by script engine |
![]() | IsProgramAdded | Is program added |
![]() | IsStatic |
Is static
(Inherited from SValue) |
![]() | Name | Name |
![]() | Number |
Get number value
(Inherited from SValue) |
![]() | Path |
Get path object
(Inherited from SValue) |
![]() | Regex |
Get regular expression value
(Inherited from SValue) |
![]() | String |
Get string value
(Inherited from SValue) |
![]() | StringValue |
String value
(Inherited from SValue) |
![]() | Type |
Type
(Inherited from SValue) |
![]() | Value |
Value
(Inherited from SValue) |
Name | Description | |
---|---|---|
![]() | CallFunction |
Call script function
(Inherited from SValue) |
![]() | CanConvertTo |
Can this type is converted to
(Inherited from SValue) |
![]() | CastTo |
Cast to specify type
(Inherited from SValue) |
![]() | CopyFrom |
Copy from another value
(Inherited from SValue) |
![]() | CopyFromCanConvert |
Copy from another value, if it can be converted
(Inherited from SValue) |
![]() | CopyFromVariable | Copy from a variable |
![]() | Equals |
Equals
(Overrides SValueEquals(Object)) |
![]() | GetHashCode |
Get hash code
(Overrides SValueGetHashCode) |
![]() | SetValueFrom |
Set value from another variable
(Inherited from SValue) |
![]() | ToString |
To string
(Overrides SValueToString) |