Table of Contents

Interface IStackFrame

Namespace
RDCore.SDK.Runtime.Abstract.Execution
Assembly
RDCore.SDK.dll

Defines the representation of a single generic stack frame.

public interface IStackFrame

Properties

Inputs

Gets an immutable array containing the ordered VBTypedValue inputs of the operation.

ImmutableArray<VBTypedValue> Inputs { get; }

Property Value

ImmutableArray<VBTypedValue>

Remarks

Operations requiring VBType inputs wrap them with a VBTypeDescValue.

NodeId

The Identity of the SyntaxNode being evaluated.

SyntaxNodeId NodeId { get; }

Property Value

SyntaxNodeId