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