Table of Contents

Class SymbolRef

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
public class SymbolRef
Inheritance
SymbolRef
Inherited Members
Extension Methods

Constructors

SymbolRef()

public SymbolRef()

Properties

DefaultEnv

public static SymbolRef DefaultEnv { get; }

Property Value

SymbolRef

Environment

public SymbolRef Environment { get; }

Property Value

SymbolRef

Index

public int Index { get; }

Property Value

int

Name

public string Name { get; }

Property Value

string

Type

public SymbolRefType Type { get; }

Property Value

SymbolRefType

Methods

Global(string, SymbolRef)

public static SymbolRef Global(string name, SymbolRef envSymbol)

Parameters

name string
envSymbol SymbolRef

Returns

SymbolRef

ToString()

public override string ToString()

Returns

string