Table of Contents

Namespace RDCore.SDK.Model.Types.Abstract

Classes

VBIntrinsicType

Represents any data type mentioned in the MS-VBAL language specifications, regardless of semantics.

VBIntrinsicType<T>

Represents any data type mentioned in the MS-VBAL language specifications, regardless of semantics.

VBNumericType

Represents any numeric data type mentioned in the MS-VBAL language specifications.

VBNumericType<T>

Represents any numeric data type mentioned in the MS-VBAL language specifications.

VBProjectType

The base data type for a project or library - the object at the top of any symbol hierarchy, that defines the root workspace Uri for everything under it.

VBType

A base abstract class representing any representable data type.

Interfaces

IEnumerableObject
IEnumerableType
IFixedPointNumericType

Marks a VBType as a fixed-point numeric data type.

IFloatingPointNumericType

Marks a VBType as a floating-point numeric data type.

IIntegralNumericType

Marks a VBType as an integral numeric data type.

INumericType

Marks a VBType as a numeric data type.

IVBMemberOwnerType

An interface representing any VBType that describes a Symbol may declare members.