2008-07-24 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System / AssemblyLoadEventArgs.cs
index 2c45f82c9650bee81c0135d5d39f0a636ac22fc5..23a98105600ebd80b023efecec7de7bc40ebf5fb 100644 (file)
 //
 
 using System.Reflection;
+using System.Runtime.InteropServices;
 
 namespace System 
 {
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class AssemblyLoadEventArgs: EventArgs
        {
                private Assembly m_loadedAssembly;