DkmPdbFileId.Version 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, contains the 'MajorVersion' and 'MinorVersion' from the IMAGE_DEBUG_DIRECTORY.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::UInt32 Version { System::UInt32 get(); };
public:
property unsigned int Version { unsigned int get(); };
public uint Version { get; }
member this.Version : uint32
Public ReadOnly Property Version As UInteger