Table of Contents

Class StaticSymbol

Namespace
RDCore.SDK.Model.Symbols.Abstract
Assembly
RDCore.SDK.dll

Represents a global, unallocated symbol.

public record StaticSymbol : UnboundTypedSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<StaticSymbol>
Inheritance
StaticSymbol
Implements
Derived
Inherited Members

Constructors

StaticSymbol(string, SymbolKindExt, VBType)

Represents a global, unallocated symbol.

public StaticSymbol(string Name, SymbolKindExt Kind, VBType ResolvedType)

Parameters

Name string
Kind SymbolKindExt
ResolvedType VBType

Properties

GlobalUri

Gets the rd-vba/lang/global namespace Uri.

public static Uri GlobalUri { get; }

Property Value

Uri