Click or drag to resize

STypes Enumeration

Developed by SO-SOFT
S-Types enumeration

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public enum STypes
Members
Member nameValueDescription
Null0 Null object type
RuntimeEvaluate1 Any type
Bool2 Boolean type
Integer3 Integer type
Number4 Number type
String5 String type
Regex6 Regular expression type
Path7 Path type
Function8 Function type
Array9 Array type
Hash10 Hash type
SystemObject11 Not used
SystemFunction12 Not used
SystemFunctions13 Not used
See Also