Click or drag to resize

SVariable Class

Developed by SO-SOFT
S-Variable class
Inheritance Hierarchy
SystemObject
  SyntaxBase
    scbscriptSValue
      scbscriptSVariable

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public class SVariable : SValue

The SVariable type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyActualVariable Get actual variable
Public propertyArray Get array object
(Inherited from SValue)
Public propertyBool Get boolean value
(Inherited from SValue)
Public propertyHash Get hash object
(Inherited from SValue)
Public propertyInteger Get integer value
(Inherited from SValue)
Public propertyIsDefine Is define
Public propertyIsInitialized Is initialized by script engine
Public propertyIsProgramAdded Is program added
Public propertyIsStatic Is static
(Inherited from SValue)
Public propertyName Name
Public propertyNumber Get number value
(Inherited from SValue)
Public propertyPath Get path object
(Inherited from SValue)
Public propertyRegex Get regular expression value
(Inherited from SValue)
Public propertyString Get string value
(Inherited from SValue)
Public propertyStringValue String value
(Inherited from SValue)
Public propertyType Type
(Inherited from SValue)
Public propertyValue Value
(Inherited from SValue)
Top
Methods
 NameDescription
Public methodCallFunction Call script function
(Inherited from SValue)
Public methodCanConvertTo Can this type is converted to
(Inherited from SValue)
Public methodCastTo Cast to specify type
(Inherited from SValue)
Public methodCopyFrom Copy from another value
(Inherited from SValue)
Public methodCopyFromCanConvert Copy from another value, if it can be converted
(Inherited from SValue)
Public methodCopyFromVariable Copy from a variable
Public methodEquals Equals
(Overrides SValueEquals(Object))
Public methodGetHashCode Get hash code
(Overrides SValueGetHashCode)
Public methodSetValueFrom Set value from another variable
(Inherited from SValue)
Public methodToString To string
(Overrides SValueToString)
Top
See Also