Class CvInfoPdb70
Codeview PDB information from the Debug directory.
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class CvInfoPdb70 : AbstractStructure
Constructors
| Improve this Doc View SourceCvInfoPdb70(IRawFile, UInt32)
Declaration
public CvInfoPdb70(IRawFile peFile, uint offset)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceAge
PDB Age is the iteration of the PDB. The first iteration is 1. The iteration is incremented each time the PDB content is augmented.
Declaration
public uint Age { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
CvSignature
Codeview signature. Typically 0x53445352 = 'RSDS'
Declaration
public uint CvSignature { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
PdbFileName
Original file name of the PDB that belongs to the PE file.
Declaration
public string PdbFileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Signature
The PDB signature is a GUID to identify the PDB file which belongs to the PE file.
Declaration
public Guid Signature { get; set; }
Property Value
Type | Description |
---|---|
Guid |