Table of Contents

Class VBStandardModuleSymbol

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

An unbound symbol representing a standard module.

public record VBStandardModuleSymbol : VBModuleSymbol, IEquatable<Symbol>, IEquatable<VBModuleSymbol>, IEquatable<VBStandardModuleSymbol>
Inheritance
VBStandardModuleSymbol
Implements
Inherited Members

Constructors

VBStandardModuleSymbol(Uri, Uri, string)

An unbound symbol representing a standard module.

public VBStandardModuleSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name)

Parameters

WorkspaceRoot Uri

A Uri representing the absolute path to the library or project workspace.

ParentUri Uri

The Uri of the parent symbol.

Name string

The name of the module, as specified by its VB_Attribute.Name.