How can I locate .NET Library property/function that return a particular type?

Posted by Michael Bray on Stack Overflow See other posts from Stack Overflow or by Michael Bray
Published on 2010-03-11T19:23:50Z Indexed on 2010/03/11 19:34 UTC
Read the original article Hit count: 136

Filed under:
|

Occasionally I will know that there is a .NET Framework function that returns a particular type of object, but I can't recall the property or function name. It would be really nice to be able to somehow scan the Framework or other DLL for functions that return a particular type of object. (For example, it would have helped when I asked this question, and I have a similar question again.)

Can anyone suggest how I might do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-framework