Class PdbSourceFile
- Namespace
- AsmResolver.Symbols.Pdb
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a single source file that was used to compile a module or compiland in a binary.
public class PdbSourceFile
- Inheritance
-
PdbSourceFile
- Inherited Members
Constructors
PdbSourceFile(Utf8String)
Creates a new PDB source file.
public PdbSourceFile(Utf8String fileName)
Parameters
fileName
Utf8StringThe file name of the source file.
Properties
FileName
Gets or sets the file name of the source file.
public Utf8String FileName { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.