Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / _AssemblyName.cs
index ab72a0da60be43e8817a1f95f1c2c599fdbcfd49..13f4659d74c15bc8a96662fa1be32ee4f3616f00 100644 (file)
@@ -34,7 +34,9 @@ namespace System.Runtime.InteropServices {
        [CLSCompliant (false)]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        [Guid ("B42B6AAC-317E-34D5-9FA9-093BB4160C50")]
+#if !FULL_AOT_RUNTIME
        [TypeLibImportClass (typeof (AssemblyName))]
+#endif
        public interface _AssemblyName {
 
                void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);