Table of Contents

Interface ICodeViewSymbolProvider

Namespace
AsmResolver.Symbols.Pdb
Assembly
AsmResolver.Symbols.Pdb.dll

Describes an object that defines a list of symbols.

public interface ICodeViewSymbolProvider

Properties

Symbols

Gets the list of defined symbols.

IList<ICodeViewSymbol> Symbols { get; }

Property Value

IList<ICodeViewSymbol>