Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to find the detail information (which framework,Visual basic or .Net , .. )
about .dll file.
Posted

You can try to open it in a reflection tool to see if it's .NET. You can also open it in a hex editor and look at the first block of info to try to tell from that.
 
Share this answer
 
Comments
nagalkumar 13-Dec-12 4:15am    
it is possible to add visual basic dll to .net project as a reference
Christian Graus 13-Dec-12 4:21am    
It would be stupid, given how useless VB6 is, but any DLL can be used in .NET using p/invoke.
To find the detailed information like AssemblyInfo,about any dll i will sugget u should use->Resource Tuner (Through it u will also be able to edit)

&&

If u want to explore the code of dlls then u have to use
Red Gate's ->.Net Reflector (Install it,after than download Reflector.Disassembler,then add it through tools - addin-add disassembler dll ) Complete

Now u can explore any dll file.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900