Table of Contents

Class VBClassModuleSymbol

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

An unbound symbol representing a class module.

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

Constructors

VBClassModuleSymbol(Uri, Uri, string)

Creates a new class module of the specified kind.

public VBClassModuleSymbol(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 symbol.