2004-08-18 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / monodis.1
index d5c86d6d5f8a4cdcb301aa2c201642a2a4c81c8b..fe7c8647aeb7e744de38ff25e5d7b18663f80132 100644 (file)
@@ -10,7 +10,8 @@ monodis \- CIL image content dumper and disassembler.
 .SH SYNOPSIS
 .PP
 .B monodis
-[\-hd] [\-\-help] 
+[\-h] [\-\-help] 
+[\-\-output=FILENAME]
 [\-\-mscorlib]
 [\-\-assembly]
 [\-\-assemblyref]
@@ -20,6 +21,7 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-exported]
 [\-\-fields]
 [\-\-file]
+[\-\-genericpar]
 [\-\-interface]
 [\-\-manifest]
 [\-\-memberref]
@@ -28,10 +30,12 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-module]
 [\-\-moduleref]
 [\-\-param]
+[\-\-parconst]
 [\-\-property]
 [\-\-propertymap]
 [\-\-typedef]
 [\-\-typeref]
+[\-\-blob]
 [FILES...]
 .SH DESCRIPTION
 The \fImonodis\fP program is used to dump the contents a CIL image
@@ -42,10 +46,16 @@ The following Generic options are supported:
 .I "--help", "-h"
 Displays usage instructions.
 .TP
+.I "--output=FILENAME"
+Write output into \fIFILENAME\fP.
+.TP
 .I "--mscorlib"
 For non-corlib assemblies, use "mscorlib" as the assembly name. This
 is useful for round-tripping the IL with ilasm.
 .TP
+.I "--show-method-tokens"
+Display tokens for dissasembled methods
+.TP
 .I "--assembly"
 Dumps the contents of the assembly table
 .TP
@@ -70,6 +80,8 @@ Dumps the contents of the fields table
 .I "--file"
 Dumps the contents of the file table
 .TP
+.I "--genericpar"
+Dumps the contents of the generic parameter table.
 .I "--interface"
 Dumps the contents of the interface table
 .TP
@@ -82,6 +94,9 @@ Dumps the contents of the memberref table
 .I "--method"
 Dumps the contents of the method table
 .TP
+.I "--methodspec"
+Dumps the contents of the method spec table.
+.TP
 .I "--methodsem"
 Dumps the contents of the methodsem table
 .TP
@@ -94,6 +109,9 @@ Dumps the contents of the moduleref table
 .I "--param"
 Dumps the contents of the param table
 .TP
+.I "--parconst"
+Dumps the contents of the gemeric parameter constraint table
+.TP
 .I "--property"
 Dumps the contents of the property table
 .TP
@@ -103,11 +121,17 @@ Dumps the contents of the propertymap table
 .I "--typedef"
 Dumps the contents of the typedef table
 .TP
+.I "--typespec"
+Dumps the contents of the typespec table
+.TP
 .I "--typeref"
 Dumps the contents of the typeref table
+.TP
+.I "--blob"
+Dumps the entire contents of the blob stream as hex
 .PP
 If no flags are specified the program dumps the content of the image
-in a format that can be used to rountrip the code. 
+in a format that can be used to rountrip the code.
 .PP
 .SH ENVIRONMENT VARIABLES
 .TP