Reputation: 26517
Having a Dll made by dot net , is there any way to distinguish its methods?
Upvotes: 0
Views: 48
Reputation: 72840
Take a look at Reflector. Or simply add a reference and explore using Object Browser in Visual Studio.
Upvotes: 3