Table of Contents

Namespace RDCore.SDK.Model.Types

Classes

VBArrayType

A VBIntrinsicType<T> representing any type of array data type.

VBBooleanType

A VBIntrinsicType<T> representing the Boolean data type.

VBByteType

A VBNumericType<T> representing the Byte data type.

VBCurrencyType

A VBNumericType<T> representing the Currency data type.

VBDateType

A VBIntrinsicType<T> representing the Date data type.

VBDecimalType

A VBNumericType<T> representing the Decimal data type.

VBDoubleType

A VBNumericType<T> representing the Double data type.

VBEmptyType

A VBIntrinsicType<T> representing the Empty data type.

VBErrorType

A VBIntrinsicType<T> representing the Error data type.

VBExternalUserDefinedType

Represents a VBUserDefinedType imported from an external lirary.

VBFixedSizeArrayType

A VBArrayType representing the data type of any fixed-size array.

VBFixedStringType

A VBStringType representing the String*length (fixed-length String) data type.

VBIntegerType

A VBNumericType<T> representing the Integer data type.

VBLongLongType

A VBNumericType<T> representing the LongLong data type.

VBLongPtrType_x64

A VBIntrinsicType<T> representing the LongPtr data type in the context of a 64-bit execution environment.

VBLongPtrType_x86

A VBIntrinsicType<T> representing the LongPtr data type in the context of a 32-bit execution environment.

VBLongType

A VBNumericType<T> representing the Long data type.

VBMissingType

A VBIntrinsicType<T> representing the Variant subtype given to an optional Variant parameter that was not supplied.

VBNullType

A VBIntrinsicType<T> representing the Null data type.

VBObjectType

A VBIntrinsicType<T> representing the Object data type.

VBResizableArrayType

A VBArrayType representing the data type of any resizable array.

VBResizableByteArrayType

A VBArrayType representing the data type of a resizable array containing elements of type VBByteType.

VBSingleType

A VBNumericType<T> representing the Single data type.

VBStringType

A VBIntrinsicType<T> representing the String data type.

VBTypeNames

Defines the names of all VBType intrinsic data types.

VBUnknownType

A semantic data type representing an unknown (unresolved) but presumably valid data type.

VBUserDefinedType

Represents any User-Defined Type (UDT) structure.

VBVariantType

A VBIntrinsicType<T> representing the Variant data type.

Enums

ProjectTypeId

The type of a Project, as specified in MS-VBAL 4.1.