Reflector for Silverlight?
Silverlight 1.1 runs managed code. This means unlike 1.0 you can not just view source and see how the app works. Normally you would have analyse the files and find out where the dll resides, request the dll manually, then use reflector to view the code.
This guy Ernie Booth has written a plugin for Reflector that lets you point at a Silverlight app, and it does the rest! Check it out here.
This guy Ernie Booth has written a plugin for Reflector that lets you point at a Silverlight app, and it does the rest! Check it out here.
Labels: reflector, Silverlight