tags:

views:

28

answers:

1

hi Having a Dll made by dot net , is there any way to distinguish its methods?

+3  A: 

Take a look at Reflector. Or simply add a reference and explore using Object Browser in Visual Studio.

David M