2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Threading / AutoResetEvent.cs
index 414ec6e49076e55119452a230898203af33f0c9c..59d2c4c2798e410bbf9a27e38c337c05277ac838 100644 (file)
 using System;
 using System.Runtime.CompilerServices;
 
+#if NET_2_0
+using System.Runtime.InteropServices;
+#endif
+
 namespace System.Threading 
 {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class AutoResetEvent :
 #if NET_2_0
        EventWaitHandle