Namespace RDCore.SDK.Model.Values.Intrinsic
Classes
- VBArrayValue
A VBTypedValue representing a runtime value of the VBArrayType data type.
- VBArrayValue.VBArrayDimension
Represents an (indexer-enabled) array dimension.
- VBBooleanValue
A VBTypedValue representing a runtime value of the VBBooleanType data type.
- VBByteValue
A VBNumericTypedValue representing a runtime value of the VBByteType data type.
- VBCurrencyValue
A VBNumericTypedValue representing a runtime value of the VBCurrencyType data type.
- VBDateValue
Represents a runtime value of the VBDateType data type.
- VBDecimalValue
A VBNumericTypedValue representing a runtime value of the VBDecimalType data type.
- VBDoubleValue
Represents a
Doublevalue.
- VBEmptyValue
Represents an
Emptyvalue.
- VBErrorValue
Represents an
Errorvalue.
- VBFixedSizeArrayValue
A value representing a fixed-size array.
- VBLongLongValue
Represents a
LongLongvalue.
- VBLongPtrValue
Represents a
LongPtrvalue.
- VBLongValue
Represents a
Longvalue.
- VBMissingValue
Represents a
Variant/Missingvalue.
- VBNothingValue
Represents the
NothingVBObjectValue literal.
- VBNullValue
Represents a
Null(VBNullType) literal value.
- VBObjectValue
Represents a VBObjectType value, i.e. an object reference.
- VBResizableArrayValue
A value representing a resizable (dynamically-sized) array.
- VBResizableByteArrayValue
A value representing a resizable (dynamically-sized) array containing
VBByteValueelements.
- VBSingleValue
Represents a
Singlenumeric value.
- VBStringValue
Represents and holds a
Stringvalue.
- VBUnknownValue
Represents the placeholder runtime value of an unresolved symbol.
- VBVariantValue
Represents a
Variantvalue.
Structs
- VBVariantInteropValue
Represents the managed value of a VBVariantValue