变量槽位:封装变量的类型、值和元数据
ScriptSlot
01 Syntax
Microsoft.VisualBasic.Scripting.Runtime.ScriptSlot
02 Methods
03 Properties
04 Members
SetBoolean(
Boolean)Parameters
| Name | Type | Description |
|---|---|---|
value | Boolean | - |
IsReadOnly
current symbol value is constant lock binding in the environment?
ObjValue
.NET clr class object value
VarType
IsConst
BoolValue
IntValue
DblValue
StrValue
SngValue
LngValue
DateValue
SetInteger(
Int32)SetDouble(
Double)SetString(
String)SetObject(
Object)SetLong(
Int64)SetSingle(
Single)SetDate(
DateTime)SetValue(
Object)GetValue()
Dispose()