[Mono-bugs] [Bug 78455][Min] Changed - WaitHandle.WaitAll() for
multiple handle for STA thread
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 19 09:56:57 EDT 2006
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 jonathan.chambers at ansys.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78455
--- shadow/78455 2006-05-19 07:08:26.000000000 -0400
+++ shadow/78455.tmp.7903 2006-05-19 09:56:57.000000000 -0400
@@ -63,6 +63,13 @@
Mono doesn't support/know about STAs or MTAs (or any COM apartment,
for that matter).
I suppose that Jason Chamber's COM interop support might introduce the
required support, but I somewhat doubt it...
+
+------- Additional Comments From jonathan.chambers at ansys.com 2006-05-19 09:56 -------
+I'm probably not going to introduce COM Apartments on Linux (unless
+I have alot of free time). But if this bug is just the fact that an
+exception should be thrown, can't we throw the exception if the
+thread is STA (i.e. he STAThread attribute on Main class, or the
+thread ApartmentState property was set).
More information about the mono-bugs
mailing list