Get the currently running DLL version number

zhaozj2021-02-16  170

Using system.reflection;

Using system.Runtime.compilerServices;

...

System.reflection.Assembly.GetexecutingAssembly (). Getname (). Version.toString ();

转载请注明原文地址:https://www.9cbs.com/read-8648.html

New Post(0)