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.

NodeUri

The SemanticId of the BoundNode being evaluated.

Uri NodeUri { get; }

Property Value

Uri

StaticSymbol

The StaticSymbol representing the unallocated, language-level symbol associated with this operation.

StaticSymbol StaticSymbol { get; }

Property Value

StaticSymbol