[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComUnregisterFunctionAttribute.cs
index 64a5f1746fdcea36e6cbccf4b0ecc53cb59102dd..86e0f4a3175d2156538fb9614b4d902fd8fd8b06 100644 (file)
@@ -34,6 +34,7 @@ using System;
 namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.Method, Inherited=false)]
+       [ComVisible (true)]
        public sealed class ComUnregisterFunctionAttribute : Attribute
        {
                public ComUnregisterFunctionAttribute ()