Como conocer el framework con el que se desarrollo una DLL


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Dim a As Assembly = Reflection.Assembly.ReflectionOnlyLoadFrom("C:\path\assembly.dll")
  2. Dim s As String = a.ImageRuntimeVersion

URL: http://www.vbdotnetforums.com/net-framework/26246-how-identify-framework-version-dll-using.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.