2005-01-22 Ben Maurer <bmaurer@ximian.com>
commit9a97f59194231f42cf19a6fbdbd4f0f219386df4
authorBen Maurer <benm@mono-cvs.ximian.com>
Sat, 22 Jan 2005 23:53:30 +0000 (22 23:53 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sat, 22 Jan 2005 23:53:30 +0000 (22 23:53 -0000)
tree5bb463ab0aff33733579c8ca03e581e62ab97502
parent24a2a523d0adaeb1282a81b56f56e7abd813cb48
2005-01-22  Ben Maurer  <bmaurer@ximian.com>

* options.cs: Make things public.

* outline.cs: Use the Options class, rather than being passed
binding flags.
(.ctor): Add Options param
(OutlineType): remove bindingFlags param
(DefaultFlags): Get the correct binding flags
(ShowMember): Return true if we should show this member given the
Options. Way too long due to MSFT stupidity.
(OutlineType): call the above.

* monop.cs (Main): Don't fiddle with binding flags ourselves.

svn path=/trunk/mcs/; revision=39367
mcs/tools/monop/ChangeLog
mcs/tools/monop/monop.cs
mcs/tools/monop/options.cs
mcs/tools/monop/outline.cs