New test.
[mono.git] / mcs / class / corlib / System.Runtime.Reliability / Consistency.cs
index 3067ba35ccf54f0c1e61e8fccb3b82331af236b8..be7b7fc994f8af627626c5bee93219456668c2e6 100644 (file)
 //
 
 #if NET_2_0
+using System.Runtime.InteropServices;
 namespace System.Runtime.Reliability
 {
+               [ComVisible (false)]
+               [Serializable]
         public enum Consistency
         {
                 MayCorruptAppDomain = 1,