Show / Hide Table of Contents

Class CvInfoPdb70

Codeview PDB information from the Debug directory.

Inheritance
System.Object
AbstractStructure
CvInfoPdb70
Namespace: PeNet.Header.Resource
Assembly: PeNet.dll
Syntax
public class CvInfoPdb70 : AbstractStructure

Constructors

| Improve this Doc View Source

CvInfoPdb70(IRawFile, UInt32)

Declaration
public CvInfoPdb70(IRawFile peFile, uint offset)
Parameters
Type Name Description
IRawFile peFile
System.UInt32 offset

Properties

| Improve this Doc View Source

Age

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
| Improve this Doc View Source

CvSignature

Codeview signature. Typically 0x53445352 = 'RSDS'

Declaration
public uint CvSignature { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

PdbFileName

Original file name of the PDB that belongs to the PE file.

Declaration
public string PdbFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX