arrays - How to find all methods in the .NET framework that accept or return a specific type? -
This is probably a stupid question, but I do not have any answer yet. I should know if there is a method or technique that gives all the methods in the .NET framework that accepts or returns a particular type. Example: I would like to search all the methods in the NAT framework which returns the arrays; I would like to search all the methods in the .NET Framework which accepts the array as a parameter. Note: I tried the object explorer in Visual Studio, but it seems that the type of thing I want is not inspecting each parameter It takes time to search through all the classes and their methods. Use reflections with the same (using all, and then) all sections and Can calculate their methods, and can get. You can find a simple example (this is not to deal with it, it is a different story; should be helpful).