[Mono-bugs] [Bug 51027][Wis] New - missing methods for Assembly class in monodoc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 Nov 2003 07:19:15 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jeroen@xs4all.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=51027
--- shadow/51027 2003-11-15 07:19:15.000000000 -0500
+++ shadow/51027.tmp.17280 2003-11-15 07:19:15.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 51027
+Product: Mono/Doctools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: Jeroen@xs4all.nl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: missing methods for Assembly class in monodoc
+
+The Assembly classes in monodoc is missing several methods. Monodoc lists
+only 5 methods for me:
+
+CreateInstance
+GetType
+GetTypes
+Load
+ToString
+
+Some methods which are missing are:
+LoadFrom
+LoadWithPartialName
+
+Possibly more (i don't know the class that well).