In The Hand LtdIn The Hand
FilePrivatePart Property
NamespacesInTheHand.DiagnosticsFileVersionInfoFilePrivatePart
.NET Components for Mobility
Gets the file private part number.
Declaration Syntax
C#Visual Basic
public int FilePrivatePart { get; }
Public ReadOnly Property FilePrivatePart As Integer
	Get
Value
A value representing the file private part number.
Remarks
Typically, a version number is displayed as "major number.minor number.build number.private part number". A file version number is a 64-bit number that holds the version number for a file as follows:
  • The first 16 bits are the FileMajorPart number.
  • The next 16 bits are the FileMinorPart number.
  • The third set of 16 bits are the FileBuildPart number.
  • The last 16 bits are the FilePrivatePart number.
This property gets the last set of 16 bits.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0