Procházet zdrojové kódy

* monodis.1: Document --customattr, --declsec, --forward-decls, --implmap,
--marshal, --methodimpl, --methodspec, --mresources, --nested, --standalonesig,
and --typespec.

svn path=/trunk/mono/; revision=49710

Ankit Jain před 20 roky
rodič
revize
8c88e65ea7
2 změnil soubory, kde provedl 72 přidání a 27 odebrání
  1. 6 0
      mono/dis/ChangeLog
  2. 66 27
      mono/dis/monodis.1

+ 6 - 0
mono/dis/ChangeLog

@@ -1,3 +1,9 @@
+2005-09-08  Ankit Jain  <[email protected]>
+
+	* monodis.1: Document --customattr, --declsec, --forward-decls, --implmap,
+	  --marshal, --methodimpl, --methodspec, --mresources, --nested, --standalonesig,
+	  and --typespec.
+
 2005-09-08  Ankit Jain  <[email protected]>
 
 	* main.c (dis_nt_header): New. Dump pe_stack_reserve if different from the

+ 66 - 27
mono/dis/monodis.1

@@ -4,7 +4,7 @@
 .\" Author:
 .\"   Miguel de Icaza ([email protected])
 .\"
-.TH Mono "Mono 1.0"
+.TH Mono "Mono 1.1.x"
 .SH NAME
 monodis \- CIL image content dumper and disassembler.
 .SH SYNOPSIS
@@ -17,24 +17,35 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-assemblyref]
 [\-\-classlayout]
 [\-\-constant]
+[\-\-customattr]
+[\-\-declsec]
 [\-\-event]
 [\-\-exported]
 [\-\-fields]
 [\-\-file]
+[\-\-forward-decls]
 [\-\-genericpar]
+[\-\-implmap]
 [\-\-interface]
 [\-\-manifest]
+[\-\-marshal]
 [\-\-memberref]
 [\-\-method]
+[\-\-methodimpl]
 [\-\-methodsem]
+[\-\-methodspec]
 [\-\-module]
 [\-\-moduleref]
+[\-\-mresources]
+[\-\-nested]
 [\-\-param]
 [\-\-parconst]
 [\-\-property]
 [\-\-propertymap]
+[\-\-standalonesig]
 [\-\-typedef]
 [\-\-typeref]
+[\-\-typespec]
 [\-\-blob]
 [FILES...]
 .SH DESCRIPTION
@@ -54,81 +65,109 @@ 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
+Display tokens for dissasembled methods.
 .TP
 .I "--assembly"
-Dumps the contents of the assembly table
+Dumps the contents of the Assembly table.
 .TP
 .I "--assemblyref"
-Dumps the contents of the assemblyref table
+Dumps the contents of the AssemblyRef table.
 .TP
 .I "--classlayout"
-Dumps the contents of the classlayout table
+Dumps the contents of the ClassLayout table.
 .TP
 .I "--constant"
-Dumps the contents of the constant table
+Dumps the contents of the Constant table.
+.TP
+.I "--customattr"
+Dumps the contents of the CustomAttribute table.
+.TP
+.I "--declsec"
+Dumps the contents of the DeclSec table.
 .TP
 .I "--event"
-Dumps the contents of the event table
+Dumps the contents of the Event table.
 .TP
 .I "--exported"
-Dumps the contents of the ExportedTypes table
+Dumps the contents of the ExportedType table.
 .TP
 .I "--fields"
-Dumps the contents of the fields table
+Dumps the contents of the Field table.
 .TP
 .I "--file"
-Dumps the contents of the file table
+Dumps the contents of the File table.
+.TP
+.I "--forward-decls"
+Dumps forward declarations for classes.
 .TP
 .I "--genericpar"
-Dumps the contents of the generic parameter table.
+Dumps the contents of the GenericParam table.
+.TP
+.I "--implmap"
+Dumps the contents of the ImplMap table.
+.TP
 .I "--interface"
-Dumps the contents of the interface table
+Dumps the contents of the InterfaceImpl table.
 .TP
 .I "--manifest"
-Dumps the contents of the manifest table.
+Dumps the contents of the ManifestResource table.
+.TP
+.I "--marshal"
+Dumps the contents of the FieldMarshal table.
 .TP
 .I "--memberref"
-Dumps the contents of the memberref table
+Dumps the contents of the MemberRef table.
 .TP
 .I "--method"
-Dumps the contents of the method table
+Dumps the contents of the MethodDef table.
+.TP
+.I "--methodimpl"
+Dumps the contents of the MethodImpl table.
 .TP
 .I "--methodspec"
-Dumps the contents of the method spec table.
+Dumps the contents of the MethodSpec table.
 .TP
 .I "--methodsem"
-Dumps the contents of the methodsem table
+Dumps the contents of the MethodSemantics table.
 .TP
 .I "--module"
-Dumps the contents of the module table
+Dumps the contents of the Module table.
 .TP
 .I "--moduleref"
-Dumps the contents of the moduleref table
+Dumps the contents of the ModuleRef table.
+.TP
+.I "--mresources"
+Dumps the managed resources embedded in the assembly.
+.TP
+.I "--nested"
+Dumps the contents of the NestedClass table.
 .TP
 .I "--param"
-Dumps the contents of the param table
+Dumps the contents of the Param table.
 .TP
 .I "--parconst"
-Dumps the contents of the gemeric parameter constraint table
+Dumps the contents of the GenericParameterConstraint table.
 .TP
 .I "--property"
-Dumps the contents of the property table
+Dumps the contents of the Property table.
 .TP
 .I "--propertymap"
-Dumps the contents of the propertymap table
+Dumps the contents of the PropertyMap table.
+.TP
+.I "--standalonesig"
+Dumps the contents of the StandAloneSig table.
 .TP
 .I "--typedef"
-Dumps the contents of the typedef table
+Dumps the contents of the TypeDef table.
 .TP
 .I "--typespec"
-Dumps the contents of the typespec table
+Dumps the contents of the TypeSpec table.
 .TP
 .I "--typeref"
-Dumps the contents of the typeref table
+Dumps the contents of the TypeRef table.
 .TP
 .I "--blob"
-Dumps the entire contents of the blob stream as hex
+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.