Class Compile3Symbol
- Namespace
- AsmResolver.Symbols.Pdb.Records
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a compile symbol that uses version 3 of the file format.
public class Compile3Symbol : CompileSymbol, ICodeViewSymbol
- Inheritance
-
Compile3Symbol
- Implements
- Derived
- Inherited Members
Properties
BackEndQfeVersion
Gets or sets the front-end QFE version of the file.
public ushort BackEndQfeVersion { get; set; }
Property Value
CodeViewSymbolType
Gets the type of symbol this record encodes.
public override CodeViewSymbolType CodeViewSymbolType { get; }
Property Value
FrontEndQfeVersion
Gets or sets the front-end QFE version of the file.
public ushort FrontEndQfeVersion { get; set; }