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 --only-declared Namespace.Path.To.Type
monop -r:path/to/assembly.dll --private Namespace.Path.To.Type
monop -r:path/to/assembly.dll --filter-obsolete Namespace.Path.To.Type
monop -r:path/to/assembly.dll --refs