2004-08-18 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / monodis.1
index 98728f040ff4bfe5660f63bffe29195fb513273d..fe7c8647aeb7e744de38ff25e5d7b18663f80132 100644 (file)
@@ -35,6 +35,7 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-propertymap]
 [\-\-typedef]
 [\-\-typeref]
+[\-\-blob]
 [FILES...]
 .SH DESCRIPTION
 The \fImonodis\fP program is used to dump the contents a CIL image
@@ -52,6 +53,9 @@ Write output into \fIFILENAME\fP.
 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
@@ -117,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