System.Diagnostics.FileVersionInfo: Property Members

The properties of System.Diagnostics.FileVersionInfo are listed below. For a list of all members, see the FileVersionInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Commentsstring.

Gets the comments associated with the file.

[read-only]
CompanyNamestring.

Gets the name of the company that produced the file.

[read-only]
FileBuildPartint.

Gets the build number of the file.

[read-only]
FileDescriptionstring.

Gets the description of the file.

[read-only]
FileMajorPartint.

Gets the major part of the version number.

[read-only]
FileMinorPartint.

Gets the minor part of the version number of the file.

[read-only]
FileNamestring.

Gets the name of the file that this instance of System.Diagnostics.FileVersionInfo describes.

[read-only]
FilePrivatePartint.

Gets the file private part number.

[read-only]
FileVersionstring.

Gets the file version number.

[read-only]
InternalNamestring.

Gets the internal name of the file, if one exists.

[read-only]
IsDebugbool.

Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled.

[read-only]
IsPatchedbool.

Gets a value that specifies whether the file has been modified and is not identical to the original shipping file of the same version number.

[read-only]
IsPreReleasebool.

Gets a value that specifies whether the file is a development version, rather than a commercially released product.

[read-only]
IsPrivateBuildbool.

Gets a value that specifies whether the file was built using standard release procedures.

[read-only]
IsSpecialBuildbool.

Gets a value that specifies whether the file is a special build.

[read-only]
Languagestring.

Gets the default language string for the version info block.

[read-only]
LegalCopyrightstring.

Gets all copyright notices that apply to the specified file.

[read-only]
LegalTrademarksstring.

Gets the trademarks and registered trademarks that apply to the file.

[read-only]
OriginalFilenamestring.

Gets the name the file was created with.

[read-only]
PrivateBuildstring.

Gets information about a private version of the file.

[read-only]
ProductBuildPartint.

Gets the build number of the product this file is associated with.

[read-only]
ProductMajorPartint.

Gets the major part of the version number for the product this file is associated with.

[read-only]
ProductMinorPartint.

Gets the minor part of the version number for the product the file is associated with.

[read-only]
ProductNamestring.

Gets the name of the product this file is distributed with.

[read-only]
ProductPrivatePartint.

Gets the private part number of the product this file is associated with.

[read-only]
ProductVersionstring.

Gets the version of the product this file is distributed with.

[read-only]
SpecialBuildstring.

Gets the special build information for the file.