System.Diagnostics.FileVersionInfo.ToString Method

Returns a partial list of properties in the System.Diagnostics.FileVersionInfo and their values.

Syntax

public override string ToString ()

Returns

A list of the following properties in this class and their values:

FileVersionInfo.FileName, FileVersionInfo.InternalName, FileVersionInfo.OriginalFilename, FileVersionInfo.FileVersion, FileVersionInfo.FileDescription, FileVersionInfo.ProductName, FileVersionInfo.ProductVersion, FileVersionInfo.IsDebug, FileVersionInfo.IsPatched, FileVersionInfo.IsPreRelease, FileVersionInfo.IsPrivateBuild, FileVersionInfo.IsSpecialBuild,

FileVersionInfo.Language.

If the file did not contain version information, this list will contain only the name of the requested file. Boolean values will be false, and all other entries will be null.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0