viewing all members of a class

  • Thread starter Thread starter P.Sunil
  • Start date Start date
P

P.Sunil

I am not using Visual Studio.Net. I am using only .net
framework sdk.
Is there any tool available for .net for viewing
all members which includes constuctors,properties,methods
of a class other then WINCV.EXE.
Wincv.exe tool shows all the information with method
declarations .. I just want to view
methods,properties,constructors with out viewing the
function declaration
 
Hi,
You could use ildasm util to show all classes. constructors, methods, field
etc. inside some assembly.
--
Andrew Gnenny
pulsar2003@/no-spam/email.ru (Please remove /no-spam/ for reply)
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
 
Back
Top