tags:

views:

937

answers:

1

I have a dll that contains a dot net assembly - common intermediate language. The problem is that it's lacking documentation and I need to figure out the api like available classes, properties and methods, correct parameters to pass etc.

Whats the best way to do this. I need some sort of viewer/inspector but I couldn't find any.

Thanks.

+11  A: 

Try reflector. http://www.red-gate.com/products/reflector/

Its free :-)

Mendelt
Also note that it lets you look at the IL code AND translations to other Languages.
Tigraine
And don't forget to look for plugins. You can make it do practically anything you want except make coffee.
Mendelt