Table of Contents

Namespace RDCore.SDK.Model.Types.Complex

Classes

VBClassType

Represents a class type that can be consumed by VB code, not necessarily defined in user code.

VBCollectionType

An object type that can be iterated in a For Each...Next loop.

VBDeferredClassType
VBDeferredModuleType
VBDeferredType
VBEnumType

Represents any Enum type.

VBHostProjectType

Defines a host project, as specified in MS-VBAL 4.1.

VBLibraryProjectType

Defines a library project, as specified in MS-VBAL 4.1.

VBSourceProjectType

Defines a source project, as specified in MS-VBAL 4.1.

VBStdModuleType

Represents a standard module type.

VBVoidType

Represents the void semantic data type.

Interfaces

IVBDeferrableType

Describes a complex data type that is undeclared but that can be statically inferred and constructed from its use.

IVBDeferrableTypeMember
IVBInferableType

Describes a data type that is undeclared but that can be statically inferred from its use.