monop
Verified for current stable LTS
Monop Command: Show Type Structure In Specific Assembly
Use for show type structure in specific assembly with Monop. Exact CLI syntax to show type structure in specific assembly using Monop.
When to use this: Use for show type structure in specific assembly with Monop.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
monop -r:<path/to/assembly.dll> <Namespace.Path.To.Type> monop -r:<path/to/assembly.dll> <Namespace.Path.To.Type> Command Breakdown
-r:<path/to/assembly.dll>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show type structure in specific assembly using Monop.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Monop Command: Hide Obsolete Members
monop -r:<path/to/assembly.dll> -f <Namespace.Path.To.Type> Monop Command: List Referenced Assemblies monop -r:<path/to/assembly.dll> --refs Monop Command: List Types In Assembly monop -r:<path/to/assembly.exe> Monop Command: Show Declared Only Members monop -r:<path/to/assembly.dll> -d <Namespace.Path.To.Type> Monop Command: Show Private Members monop -r:<path/to/assembly.dll> -p <Namespace.Path.To.Type>