ikdasm -V (return code: 1)
Unhandled Exception:
System.IO.FileNotFoundException: Could not find file "/tmp/sandpit/--version".
File name: '/tmp/sandpit/--version'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7febe755d2c0 + 0x005cd> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) <0x7febe755cf30 + 0x0004b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) <0x7febe755aa50 + 0x00034> in <filename unknown>:0
at Ildasm.Disassembler..ctor (System.String inputFile, System.String outputFile, CompatLevel compat, Flags flags) <0x410261e0 + 0x00ab1> in <filename unknown>:0
at Ildasm.Program.Main (System.String[] args) <0x40ff9d70 + 0x0061b> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not find file "/tmp/sandpit/--version".
File name: '/tmp/sandpit/--version'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7febe755d2c0 + 0x005cd> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) <0x7febe755cf30 + 0x0004b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) <0x7febe755aa50 + 0x00034> in <filename unknown>:0
at Ildasm.Disassembler..ctor (System.String inputFile, System.String outputFile, CompatLevel compat, Flags flags) <0x410261e0 + 0x00ab1> in <filename unknown>:0
at Ildasm.Program.Main (System.String[] args) <0x40ff9d70 + 0x0061b> in <filename unknown>:0
ikdasm --help (return code: 0)
IKDASM - IL disassembler example for IKVM.Reflection
Copyright (C) 2012-2013 Jeroen Frijters
Usage: ikdasm [options] <file_name> [options]
Options:
--out=<file name> Direct output to file rather than stdout.
--help Print this help.