Table of Contents

Struct VBRuntimeReference

Namespace
RDCore.SDK.Model.Values.Runtime
Assembly
RDCore.SDK.dll
public readonly record struct VBRuntimeReference : IRuntimeValue, IEquatable<VBRuntimeReference>
Implements
Inherited Members

Constructors

VBRuntimeReference(MemoryAddress)

public VBRuntimeReference(MemoryAddress Value)

Parameters

Value MemoryAddress

Fields

NullRef

public static readonly VBRuntimeReference NullRef

Field Value

VBRuntimeReference

Properties

BoxedValue

public object BoxedValue { get; }

Property Value

object

Value

public MemoryAddress Value { get; init; }

Property Value

MemoryAddress