I have a DLL that I don’t have source code to, but I want to use it in Silverlight.
Disregarding the dependency issue, what tool should I use to reflect into the DLL, get the source code, and convert it to a SL library?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any reflector tool ought to suffice. Red Gate’s Reflector has an add-in available that will reconstruct all of the original class files for you, assuming there is sufficient metadata available, and the DLL is not otherwise obfuscated.