* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _Module.cs
index 822135184636d9b00aafd371e91720264f432091..0fd6b9bf9582cc2ecc37dabc7e63a312aff20bf9 100644 (file)
 
 #if NET_1_1
 
-namespace System.Runtime.InteropServices {
+using System.Reflection;
 
+namespace System.Runtime.InteropServices {
+#if NET_2_0
        [ComVisible (true)]
+#endif
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
+       [TypeLibImportClass (typeof (Module))]
        public interface _Module {
 
                void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);