monop
Verified for current stable LTS
Monop Command: List Referenced Assemblies
Use for list referenced assemblies with Monop. Exact CLI syntax to list referenced assemblies using Monop.
When to use this: Use for list referenced assemblies 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> --refs monop -r:<path/to/assembly.dll> --refs Command Breakdown
-r:<path/to/assembly.dll>- Command Option
- Tool-specific option used by this command invocation.
--refs- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list referenced assemblies 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 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> Monop Command: Show Type Structure Dotnet Framework monop <System.String>