GetFileVersion Method
Definition
- Namespace
- Cuemon.Extensions.Reflection
- Assemblies
- Cuemon.Extensions.Reflection.dll
GetFileVersion(Assembly)
Returns a VersionResult that represents the file version number of the specified assembly.
public static VersionResult GetFileVersion(this Assembly assembly)
Parameters
Returns
- VersionResult
A VersionResult that represents the file version number of the specified
assembly.
Exceptions
- ArgumentNullException
assemblyis null.