DkmPdbFileId.TimeDateStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If specified, this is the TimeDateStamp field from the IMAGE_DEBUG_DIRECTORY.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::UInt32 TimeDateStamp { System::UInt32 get(); };
public:
property unsigned int TimeDateStamp { unsigned int get(); };
public uint TimeDateStamp { get; }
member this.TimeDateStamp : uint32
Public ReadOnly Property TimeDateStamp As UInteger