Class CodeViewSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a single symbol record within the symbol record stream of a PDB file.
public abstract class CodeViewSymbol : ICodeViewSymbol
- Inheritance
-
CodeViewSymbol
- Implements
- Derived
- Inherited Members
Properties
CodeViewSymbolType
Gets the type of symbol this record encodes.
public abstract CodeViewSymbolType CodeViewSymbolType { get; }
Property Value
Methods
FromReader(PdbReaderContext, ref BinaryStreamReader)
Reads a single symbol record from the input stream.
public static CodeViewSymbol FromReader(PdbReaderContext context, ref BinaryStreamReader reader)
Parameters
context
PdbReaderContextThe reading context in which the symbol is situated in.
reader
BinaryStreamReaderThe input stream.
Returns
- CodeViewSymbol
The read symbol.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.