I'm trying to run ILDASM with an "item" argument. It runs and generates the expected output however it dumps all output to the console and refuses to run in GUI mode.
Removing the "item" argument (which specifies a class and member) does result in it running in a GUI.
Is this a bug in ILDASM? The documentation states that one must use the /text argument to get it to dump to the console but it's doing this even without the /text argument.
Thanks,
Cap'n