[Mono-bugs] [Bug 510893] New: Add options to monop to output the definition of all the types in an assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 8 08:11:46 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=510893
Summary: Add options to monop to output the definition of all
the types in an assembly
Classification: Mono
Product: Mono: Tools
Version: 2.4.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: monop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mkbosmans at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Sometimes I have the need to not only output all the types in an assembly, but
also the definitions of all the types. Currently this can only be accomplished
by something like:
monop -r:assembly.dll | xargs -n1 monop -r:assembly.dll
which is very slow.
I propose to add an option (--all) to monop that, together with -r:, outputs
the definition of all the types.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list