[Mono-list] Little featurette.
Miguel de Icaza
miguel@ximian.com
26 Jun 2003 21:18:59 -0400
Hey guys,
A little featurette that you might not know about in Monodoc is that
it also comes with a command line browser. The command is called "mod",
and you can lookup types like this:
To get all the types in a namespace:
mod N:System or mod N:Gtk
This is for a given Type information:
mod T:System.Collections.ArrayList
To get all the members of the ArrayList:
mod T:System.Collections.ArrayList/M
To get one method (copy paste the url from the output in the above):
mod 'M:System.Collections.ArrayList.ToArray(System.Type)'
If you want to lookup a given method documentation (scroll the above
output to see the methods) and use for example:
Miguel
--
Miguel de Icaza <miguel@ximian.com>