Yup, Nick's correct, the class-status-System.html tree _should_ show the true status. However, it looks like it hasn't been updated in quite a while. Miguel removed the System.html line from the makefile on 4/15 for a good reason: I tried putting it back in and unfortunately corcompare.exe is unable to load the types from the mono System.dll - it throws a ReflectionTypeLoadException, ugh.
I checked all the diffs in the System.dll sources between 4/07 and 4/15 but I couldn't see anything that would stop reflection from working. Does anyone have any bright ideas why Assembly.GetTypes() is failing? Piers. -----Original Message----- From: Nick Drochak [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 2:52 AM To: 'James Ots'; [EMAIL PROTECTED] Subject: RE: [Mono-list] Which class status? | Which class status is correct? If I go to | www.go-mono.com/class-status/System.Net.Sockets.html, | System.Net.Sockets.TcpClient and TcpListener are both 100% | complete, but at www.go-mono.com/class-status-System.html, | they are 94% and 80% complete. | The first one is done manually and would most likely be more out of date than the second one. Since the second one is generated automagically, I would trust it more. HTH, Nick D. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
