NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileVersionInfo Members

Public:

Properties

Comments Gets the comments associated with the file.
CompanyName Gets the name of the company that produced the file.
FileBuildPart Gets the build number of the file.
FileDescription Gets the description of the file.
FileMajorPart Gets the major part of the version number.
FileMinorPart Gets the minor part of the version number of the file.
FileName Gets the name of the file that this instance of FileVersionInfo describes.
FilePrivatePart Gets the file private part number.
FileVersion Gets the file version number.
InternalName Gets the internal name of the file, if one exists.
IsDebug Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled.
IsPatched 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.
IsPreRelease Gets a value that specifies whether the file is a development version, rather than a commercially released product.
IsPrivateBuild Gets a value that specifies whether the file was built using standard release procedures.
IsSpecialBuild Gets a value that specifies whether the file is a special build.
LegalCopyright Gets all copyright notices that apply to the specified file.
LegalTrademarks Gets the trademarks and registered trademarks that apply to the file.
OriginalFilename Gets the name the file was created with.
PrivateBuild Gets information about a private version of the file.
ProductBuildPart Gets the build number of the product this file is associated with.
ProductMajorPart Gets the major part of the version number for the product this file is associated with.
ProductMinorPart Gets the minor part of the version number for the product the file is associated with.
ProductName Gets the name of the product this file is distributed with.
ProductPrivatePart Gets the private part number of the product this file is associated with.
ProductVersion Gets the version of the product this file is distributed with.
SpecialBuild Gets the special build information for the file.

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
GetVersionInfo Returns a FileVersionInfo representing the version information associated with the specified file.
ToString Returns a partial list of properties in the FileVersionInfo and their values.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FileVersionInfo Class | System.WinForms Namespace