LinuxCommandLibrary

monop

displays type information

TLDR

Show type information

$ monop [System.String]
copy
Show type from assembly
$ monop -r:[assembly.dll] [TypeName]
copy
List all types in assembly
$ monop -r:[assembly.dll] --list
copy
Show type members
$ monop -d [System.Console]
copy

SYNOPSIS

monop [options] typename

DESCRIPTION

monop displays type information from .NET assemblies. Shows class signatures, methods, properties, and inheritance. Part of the Mono framework for inspecting .NET types without decompilation.

PARAMETERS

-r: assembly

Reference assembly file.
-d
Show detailed member information.
--list
List all types in assembly.
-a
Show private members.
-s
Search for partial type name.

SEE ALSO

monodis(1), dotnet(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community