Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello. I need to know how to export a class from a CLR dll using VS 2010. Googling yielded no results. Thanks in advance.
Posted
Comments
Marius Bancila 6-Feb-13 10:00am    
You want to disassemble an assembly and save the source code of a particular class?
YourAverageCoder 7-Feb-13 2:45am    
I want to turn a USB interaction C++/CLI code (with imports from MPUSAPI.dll, setupapi.dll, user32.dll) to DLL and use its functions.

1 solution

Check the Red Gate's Reflector[^].
 
Share this answer
 

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