monop
Verified for current stable LTS
Monop Command: Show Declared Only Members
Use for show declared only members with Monop. Exact CLI syntax to show declared only members using Monop.
When to use this: Use for show declared only members 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> -d <Namespace.Path.To.Type> monop -r:<path/to/assembly.dll> -d <Namespace.Path.To.Type> Command Breakdown
-r:<path/to/assembly.dll>- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show declared only members 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 Private Members monop -r:<path/to/assembly.dll> -p <Namespace.Path.To.Type> Monop Command: Show Type Structure Dotnet Framework monop <System.String>