Table of Contents

Struct ManagedInteropWrapper

Namespace
RDCore.SDK.Model.Values.Interop
Assembly
RDCore.SDK.dll
public readonly record struct ManagedInteropWrapper : IEquatable<ManagedInteropWrapper>
Implements
Inherited Members

Constructors

ManagedInteropWrapper(IManagedInteropValue)

public ManagedInteropWrapper(IManagedInteropValue value)

Parameters

value IManagedInteropValue

ManagedInteropWrapper(ManagedInteropReference)

public ManagedInteropWrapper(ManagedInteropReference reference)

Parameters

reference ManagedInteropReference

ManagedInteropWrapper(ManagedInteropVariant)

public ManagedInteropWrapper(ManagedInteropVariant variant)

Parameters

variant ManagedInteropVariant

Properties

InteropReference

public ManagedInteropReference? InteropReference { get; init; }

Property Value

ManagedInteropReference?

InteropValue

public IManagedInteropValue? InteropValue { get; init; }

Property Value

IManagedInteropValue

InteropVariant

public ManagedInteropVariant? InteropVariant { get; init; }

Property Value

ManagedInteropVariant?