Class VBTypeDescValue
Describes a specified VBType for a specified symbol.
public record VBTypeDescValue : VBTypedValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBTypeDescValue>
- Inheritance
-
VBTypeDescValue
- Implements
- Derived
- Inherited Members
Constructors
VBTypeDescValue(VBType)
Describes a specified VBType for a specified symbol.
public VBTypeDescValue(VBType Target)
Parameters
TargetVBTypeThe described type.
Properties
DefaultValue
Gets a VBTypeDescValue describing a VBUnknownType.
public static VBTypedValue DefaultValue { get; }
Property Value
Size
The allocated size (in bytes) of this value.
public override int Size { get; }
Property Value
Target
The described type.
public VBType Target { get; init; }