Table of Contents

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 Double value.

VBEmptyValue

Represents an Empty value.

VBErrorValue

Represents an Error value.

VBFixedSizeArrayValue

A value representing a fixed-size array.

VBFixedStringValue
VBIntegerValue
VBLongLongValue

Represents a LongLong value.

VBLongPtrValue

Represents a LongPtr value.

VBLongValue

Represents a Long value.

VBMissingValue

Represents a Variant/Missing value.

VBNothingValue

Represents the Nothing VBObjectValue 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 VBByteValue elements.

VBSingleValue

Represents a Single numeric value.

VBStringValue

Represents and holds a String value.

VBUnknownValue

Represents the placeholder runtime value of an unresolved symbol.

VBUserDefinedTypeValue
VBVariantValue

Represents a Variant value.

Structs

VBVariantInteropValue

Represents the managed value of a VBVariantValue

Enums

VBVariantValueType