2003-11-14 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Reflection / IReflect.cs
index e89c3298a69a2291dab3b79b857f0b03678b3f4d..a7013ffb5d4450be69553a901c1830b152614afe 100755 (executable)
@@ -9,10 +9,13 @@
 // TODO: Mucho left to implement.
 //
 
+using System;
 using System.Globalization;
+using System.Runtime.InteropServices;
 
 namespace System.Reflection {
 
+       [Guid("AFBF15E5-C37C-11d2-B88E-00A0C9B471B8")]
        public interface IReflect {
 
                Type UnderlyingSystemType {