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...Nextloop.
- VBEnumType
Represents any
Enumtype.
- 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
voidsemantic data type.
Interfaces
- IVBDeferrableType
Describes a complex data type that is undeclared but that can be statically inferred and constructed from its use.
- IVBInferableType
Describes a data type that is undeclared but that can be statically inferred from its use.