DkmModuleVersion Class

Definition

File version information.

public ref class DkmModuleVersion
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmModuleVersion
[Windows::Foundation::Metadata::WebHostHidden]
class DkmModuleVersion
[System.Runtime.InteropServices.Guid("c7094fad-97e0-e3eb-4337-60cbb394aa35")]
public class DkmModuleVersion
[<System.Runtime.InteropServices.Guid("c7094fad-97e0-e3eb-4337-60cbb394aa35")>]
type DkmModuleVersion = class
Public Class DkmModuleVersion
Inheritance
DkmModuleVersion
Attributes

Properties

CompanyName

[Optional] 'CompanyName' field from the variable-sized version data (ex: 'Microsoft Corporation').

FileVersionLS

Least significant 32 bits of the file's binary version number (e.g. 0x00000031 = 0.31).

FileVersionMS

Most significant 32-bits of the file version (e.g. 0x00030010 = 3.10).

FileVersionString

[Optional] 'FileVersion' field from the variable-sized version data (ex: '6.0.6000.16386 (vista_rtm.061101-2205)').

ProductVersionLS

Least significant 32 bits of the binary version number of the product with which this file was distributed (e.g. 0x00000031 = 0.31).

ProductVersionMS

Most significant 32 bits of the binary version number of the product with which this file was distributed (e.g. 0x00030010 = 3.10).

VersionFlags

VS_FF_* flags from winver.h of the Platform SDK.

Methods

Create(String, String, UInt32, UInt32, UInt32, UInt32, UInt32)

Create a new DkmModuleVersion object instance.

Applies to