/ Published in: VB.NET
URL: http://www.vbdotnetforums.com/net-framework/26246-how-identify-framework-version-dll-using.html
Expand |
Embed | Plain Text
Dim a As Assembly = Reflection.Assembly.ReflectionOnlyLoadFrom("C:\path\assembly.dll") Dim s As String = a.ImageRuntimeVersion
You need to login to post a comment.
