Share via


DkmPdbFileId.Age Property

Definition

Age of the PDB. This is essentially a timestamp value which is embedded in an exe/dll by linkers/compilers when the dll/exe is built.

public:
 property System::UInt32 Age { System::UInt32 get(); };
public:
 property unsigned int Age { unsigned int get(); };
public uint Age { get; }
member this.Age : uint32
Public ReadOnly Property Age As UInteger

Property Value

Returns UInt32.

Applies to