Show / Hide Table of Contents

Class CvInfoPdb70

Codeview PDB information from the Debug directory.

Inheritance
System.Object
AbstractStructure
CvInfoPdb70
Inherited Members
AbstractStructure.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class CvInfoPdb70 : AbstractStructure

Constructors

| Improve this Doc View Source

CvInfoPdb70(Byte[], UInt32)

Declaration
public CvInfoPdb70(byte[] buff, uint offset)
Parameters
Type Name Description
System.Byte[] buff
System.UInt32 offset

Properties

| Improve this Doc View Source

Age

PDB Age

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

CvSignature

Codeview signature.

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
System.Guid
  • Improve this Doc
  • View Source
Back to top Generated by DocFX