Table of Contents

Interface ISymbolProvider

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

A service that loads a Symbol into the semantic layer.

public interface ISymbolProvider

Remarks

⚖️RDCore provides an implementation of this interface licensed under GPLv3.

Methods

Define(Symbol)

Defines the specified new Symbol in the semantic layer (static context), or in the symbol table (runtime context).

void Define(Symbol symbol)

Parameters

symbol Symbol

The new Symbol to be semantically defined.