Table of Contents

Class MswNativeVersionInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Reads Windows version resource information from a native DLL/EXE. Returns a dictionary with standard version keys (FileVersion, ProductVersion, CompanyName, ProductName, etc.) and numeric parts (FileMajorPart, FileMinorPart, FileBuildPart, FilePrivatePart).

public static class MswNativeVersionInfo
Inheritance
MswNativeVersionInfo

Methods

GetVersionInfo(string)

Retrieves version information from the specified file as a dictionary of key-value pairs.

LogVersionInfo(string)

Logs version information for the specified file to the application's logging system.

LogVersionInfo(string, string, bool)

Logs version information for all files matching the specified name in the given directory.