Comments
Sort by recent activity
I think found a solution. But not using reflector. Using an SDILReader I found on CodeProject and the native Reflection.Emit and Reflection libraries that come with .NET. I can navigate through the assemblies and the methods recursively to find what I need.
If you still are able post the LINQ query, I think that would be helpful. I'd like to see which method is faster - the one I found, or reflector. / comments
I think found a solution. But not using reflector. Using an SDILReader I found on CodeProject and the native Reflection.Emit and Reflection libraries that come with .NET. I can navigate through ...
This is all great information and I thank you for the detailed examples.
However, I am new at all of this. I need to create a LINQ query that would give me the same results as the Analyze function in reflector. You are much better at this than me and seem to have a very good understanding of all of this. What would be the query I would use to obtain this information? Thank you. / comments
This is all great information and I thank you for the detailed examples.
However, I am new at all of this. I need to create a LINQ query that would give me the same results as the Analyze function...