How can I locate .NET Library property/function that return a particular type?
- by Michael Bray
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?