Finds and displays signatures of Types and methods inside .NET assemblies. More information: https://manned.org/monop.
monop {{System.String}}
monop -r:{{path/to/assembly.exe}}
monop -r:{{path/to/assembly.dll}} {{Namespace.Path.To.Type}}
monop -r:{{path/to/assembly.dll}} {{[-d|--declared-only]}} {{Namespace.Path.To.Type}}
monop -r:{{path/to/assembly.dll}} {{[-p|--private]}} {{Namespace.Path.To.Type}}
monop -r:{{path/to/assembly.dll}} {{[-f|--filter-obsolete]}} {{Namespace.Path.To.Type}}
monop -r:{{path/to/assembly.dll}} --refs