Selecting methods/fields/properties via command-line.
I'm planning to add integration to a couple of commonly used .NET decompilers with one of my projects and was figuring out how to integrate it with dotPeek. I tried using dotPeek.exe /? to get a list of available arguments and the one that interested me was /select. It seems that it only accepts the fully qualified name of types and doesn't do anything when a method/field/property name is appended.
Is it possible to add support for this into dotPeek? :8}
Please sign in to leave a comment.