Table of Contents

Namespace RDCore.SDK.Model.Values

Classes

PrecompilerConstantExpression

Parses the literal source text of a project-level #Const value (from the .rdproj or a --define argument) into a VBTypedValue, following the literal-typing rules of MS-VBAL §3.3.2.

PrecompilerConstantValue

Represents a precompiler constant value; treated as an Integer.

VBTypedValueJsonConverter

Serializes a VBTypedValue as { "type": <name>, "value": <scalar> }.

VBVoidValue

Represents the data type returned by non-returning member procedures.