Click or drag to resize

VersionInfo Methods

The VersionInfo type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleGetVersionString(VersionFormats) Gets a formatted String containing the specified version information.
Public methodCode exampleGetVersionString(VersionFormats, Assembly) Gets a formatted String containing the specified version information for a particular Assembly.
Public methodCode exampleGetVersionString(VersionFormats, String) Gets a formatted String containing the specified version information using a specified string at each line break.
Public methodCode exampleGetVersionString(VersionFormats, Assembly, String) Gets a formatted String containing the specified version information for a particular Assembly using a specific newline string.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Converts the value of this instance to a String.
(Overrides ObjectToString)
Top
See Also