Remove some COM types under Full AOT.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _MethodInfo.cs
index 14f6b7195657e4f0d8fdb304ece4d7522c820646..e8180ad7bf1a8a16094f89a7ed56dd74133f0e87 100644 (file)
@@ -14,7 +14,9 @@ namespace System.Runtime.InteropServices
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
+#if !FULL_AOT_RUNTIME
        [TypeLibImportClass (typeof (MethodInfo))]
+#endif
        [ComVisible (true)]
        public interface _MethodInfo
        {