Interface IStackFrame
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
Remarks
Operations requiring VBType inputs wrap them with a VBTypeDescValue.
NodeUri
The SemanticId of the BoundNode being evaluated.
Uri NodeUri { get; }
Property Value
StaticSymbol
The StaticSymbol representing the unallocated, language-level symbol associated with this operation.
StaticSymbol StaticSymbol { get; }