Table of Contents

Struct VBRuntimeVariantValue

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

Represents the managed value of a VBVariantValue

public readonly record struct VBRuntimeVariantValue : IEquatable<VBRuntimeVariantValue>
Implements
Inherited Members

Constructors

VBRuntimeVariantValue(VBVariantValueType, IBindingHandle)

Represents the managed value of a VBVariantValue

public VBRuntimeVariantValue(VBVariantValueType ValueType, IBindingHandle Handle)

Parameters

ValueType VBVariantValueType

The variant value type.

Handle IBindingHandle

A handle to the value in the specified memory space.

Properties

Handle

A handle to the value in the specified memory space.

public IBindingHandle Handle { get; init; }

Property Value

IBindingHandle

ValueType

The variant value type.

public VBVariantValueType ValueType { get; init; }

Property Value

VBVariantValueType