X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2F_AssemblyName.cs;h=13f4659d74c15bc8a96662fa1be32ee4f3616f00;hb=e2b2d181084848f3c5dde2788370db1b79893c69;hp=fa5f720d6a5371295822f835141cfe134746e572;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/_AssemblyName.cs b/mcs/class/corlib/System.Runtime.InteropServices/_AssemblyName.cs index fa5f720d6a5..13f4659d74c 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/_AssemblyName.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/_AssemblyName.cs @@ -27,18 +27,16 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_1_1 - using System.Reflection; namespace System.Runtime.InteropServices { -#if NET_2_0 [ComVisible (true)] -#endif [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); @@ -51,5 +49,3 @@ namespace System.Runtime.InteropServices { IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr); } } - -#endif