[Mono-bugs] [Bug 51027][Wis] New - missing methods for Assembly class in monodoc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Jun 2004 15:14:19 -0400 (EDT)


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 jluke@cfl.rr.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51027

--- shadow/51027	2004-06-13 15:14:19.000000000 -0400
+++ shadow/51027.tmp.6533	2004-06-13 15:14:19.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 51027
+Product: Mono: Doctools
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+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).
+
+------- Additional Comments From jluke@cfl.rr.com  2004-06-13 15:14 -------
+The docs have since been updated by Joshua, so they should mostly all
+be there now.