Class CvInfoPdb70
Codeview PDB information from the Debug directory.
Inherited Members
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 SourceCvInfoPdb70(Byte[], UInt32)
Declaration
public CvInfoPdb70(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | |
System.UInt32 | offset |
Properties
| Improve this Doc View SourceAge
PDB Age
Declaration
public uint Age { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
CvSignature
Codeview signature.
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 |
---|---|
System.Guid |