C# Класс ZForge.Controls.ExplorerBar.DLLVERSIONINFO

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cbSize int
dwBuildNumber int
dwMajorVersion int
dwMinorVersion int
dwPlatformID int

Описание свойств

cbSize публичное свойство

Size of the structure, in bytes. This member must be filled in before calling the function
public int cbSize
Результат int

dwBuildNumber публичное свойство

Build number of the DLL. If the DLL's version is 4.0.950, this value will be 950
public int dwBuildNumber
Результат int

dwMajorVersion публичное свойство

Major version of the DLL. If the DLL's version is 4.0.950, this value will be 4
public int dwMajorVersion
Результат int

dwMinorVersion публичное свойство

Minor version of the DLL. If the DLL's version is 4.0.950, this value will be 0
public int dwMinorVersion
Результат int

dwPlatformID публичное свойство

Identifies the platform for which the DLL was built
public int dwPlatformID
Результат int