2008-01-12 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Threading / ThreadState.cs
index cb78fc6326dd50dada0333fd252810838112f74d..fb2545950884587e930ed70dbd6f85e1c05fd7ba 100644 (file)
@@ -34,6 +34,7 @@
 
 #if NET_2_0
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 #endif
 
 namespace System.Threading {
@@ -41,6 +42,7 @@ namespace System.Threading {
        [Flags]
 #if NET_2_0
        [Serializable]
+       [ComVisible (true)]
 #endif
        public enum ThreadState {
                Running = 0x00000000,