Merged pull request #58 from XTZGZoReX/master.
[mono.git] / mcs / class / corlib / System.Threading / ThreadState.cs
index cb78fc6326dd50dada0333fd252810838112f74d..7010fea1e765445918dd15adc5a32d7f66bbe7d4 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Runtime.Serialization;
-#endif
+using System.Runtime.InteropServices;
 
 namespace System.Threading {
 
        [Flags]
-#if NET_2_0
        [Serializable]
-#endif
+       [ComVisible (true)]
        public enum ThreadState {
                Running = 0x00000000,
                StopRequested = 0x00000001,