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