Table of Contents

Interface ICodeViewSymbol

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

Represents a single CodeView symbol record within a PDB file.

public interface ICodeViewSymbol

Properties

CodeViewSymbolType

Gets the type of symbol this record encodes.

CodeViewSymbolType CodeViewSymbolType { get; }

Property Value

CodeViewSymbolType