GetProductVersion Method
Definition
- Namespace
- Cuemon.Extensions.Reflection
- Assemblies
- Cuemon.Extensions.Reflection.dll
GetProductVersion(Assembly)
Returns a VersionResult that represents the version of the product this assembly is distributed with.
public static VersionResult GetProductVersion(this Assembly assembly)
Parameters
Returns
- VersionResult
A VersionResult that represents the version of the product this
assemblyis distributed with.
Exceptions
- ArgumentNullException
assemblyis null.