odiseh
odiseh

Reputation: 26517

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

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

Upvotes: 0

Views: 48

Answers (1)

David M
David M

Reputation: 72840

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

Upvotes: 3

Related Questions