advanced object browser

  • Thread starter Thread starter colin
  • Start date Start date
C

colin

Hi,

I often want to look for functions that deal with a particular type
either as a parameter or a return type, but i dont know where
they are, or what they are called.

It would be ideal if the object browser could do this,
but it doesnt seem to have that option unless I am missing something?

is there another tool that can do this ?
im using the c# vs2005 express version.

sometimes objects from a library need to be obtained by calling a function
in order for them to be useable, but it is often not very clear wich
function does this.

many thanks
Colin =^.^=
 
colin said:
Hi,

I often want to look for functions that deal with a particular type
either as a parameter or a return type, but i dont know where
they are, or what they are called.

It would be ideal if the object browser could do this,
but it doesnt seem to have that option unless I am missing something?

is there another tool that can do this ?
im using the c# vs2005 express version.


Roeder's Reflector does this very nicely, among other things.

http://www.aisto.com/roeder/dotnet/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top