Table of Contents

Class VBTypeDescValue

Namespace
RDCore.SDK.Model.Values.Meta
Assembly
RDCore.SDK.dll

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

Target VBType

The described type.

Properties

DefaultValue

Gets a VBTypeDescValue describing a VBUnknownType.

public static VBTypedValue DefaultValue { get; }

Property Value

VBTypedValue

Size

The allocated size (in bytes) of this value.

public override int Size { get; }

Property Value

int

Target

The described type.

public VBType Target { get; init; }

Property Value

VBType