Utilities.GetFileVersion(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the file version of passed "executing Assembly"
public:
static Version ^ GetFileVersion(System::Reflection::Assembly ^ executingAssembly);
public static Version GetFileVersion (System.Reflection.Assembly executingAssembly);
static member GetFileVersion : System.Reflection.Assembly -> Version
Public Shared Function GetFileVersion (executingAssembly As Assembly) As Version
Parameters
- executingAssembly
- Assembly
The assembly whose version is required.