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
Urifor everything under it.
- VBType
A base abstract class representing any representable data type.
Interfaces
- IFixedPointNumericType
Marks a
VBTypeas a fixed-point numeric data type.
- IFloatingPointNumericType
Marks a
VBTypeas a floating-point numeric data type.
- IIntegralNumericType
Marks a
VBTypeas an integral numeric data type.
- INumericType
Marks a
VBTypeas a numeric data type.
- IVBMemberOwnerType
An interface representing any
VBTypethat describes aSymbolmay declare members.