Merge pull request #4222 from alexanderkyte/fix_mismatch_com_disabled
[mono.git] / mcs / class / corlib / System / AssemblyLoadEventArgs.cs
old mode 100755 (executable)
new mode 100644 (file)
index 2c45f82..604bdbf
 //
 
 using System.Reflection;
+using System.Runtime.InteropServices;
 
 namespace System 
 {
+       [ComVisible (true)]
        public class AssemblyLoadEventArgs: EventArgs
        {
                private Assembly m_loadedAssembly;