Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ExporterEventKind.cs
index ce80de2422c30e48b6f4a1b8e044ff024f1378ee..8fc022bb094d294603a8cfce8948fc68ef0dec1d 100644 (file)
@@ -32,7 +32,9 @@
 
 namespace System.Runtime.InteropServices
 {
-       [Serializable] public enum ExporterEventKind
+       [Serializable]
+       [ComVisible (true)]
+       public enum ExporterEventKind
        {
                NOTIF_TYPECONVERTED = 0,
                NOTIF_CONVERTWARNING = 1,