The members of System.Diagnostics.FileVersionInfo are listed below.
See Also: Inherited members from System.Object
[read-only] | Comments | string.
Gets the comments associated with the file. |
[read-only] | CompanyName | string.
Gets the name of the company that produced the file. |
[read-only] | FileBuildPart | int.
Gets the build number of the file. |
[read-only] | FileDescription | string.
Gets the description of the file. |
[read-only] | FileMajorPart | int.
Gets the major part of the version number. |
[read-only] | FileMinorPart | int.
Gets the minor part of the version number of the file. |
[read-only] | FileName | string.
Gets the name of the file that this instance of System.Diagnostics.FileVersionInfo describes. |
[read-only] | FilePrivatePart | int.
Gets the file private part number. |
[read-only] | FileVersion | string.
Gets the file version number. |
[read-only] | InternalName | string.
Gets the internal name of the file, if one exists. |
[read-only] | IsDebug | bool.
Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled. |
[read-only] | IsPatched | bool.
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] | IsPreRelease | bool.
Gets a value that specifies whether the file is a development version, rather than a commercially released product. |
[read-only] | IsPrivateBuild | bool.
Gets a value that specifies whether the file was built using standard release procedures. |
[read-only] | IsSpecialBuild | bool.
Gets a value that specifies whether the file is a special build. |
[read-only] | Language | string.
Gets the default language string for the version info block. |
[read-only] | LegalCopyright | string.
Gets all copyright notices that apply to the specified file. |
[read-only] | LegalTrademarks | string.
Gets the trademarks and registered trademarks that apply to the file. |
[read-only] | OriginalFilename | string.
Gets the name the file was created with. |
[read-only] | PrivateBuild | string.
Gets information about a private version of the file. |
[read-only] | ProductBuildPart | int.
Gets the build number of the product this file is associated with. |
[read-only] | ProductMajorPart | int.
Gets the major part of the version number for the product this file is associated with. |
[read-only] | ProductMinorPart | int.
Gets the minor part of the version number for the product the file is associated with. |
[read-only] | ProductName | string.
Gets the name of the product this file is distributed with. |
[read-only] | ProductPrivatePart | int.
Gets the private part number of the product this file is associated with. |
[read-only] | ProductVersion | string.
Gets the version of the product this file is distributed with. |
[read-only] | SpecialBuild | string.
Gets the special build information for the file. |
static | GetVersionInfo(string)
| |
override | ToString()
|