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