Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Wed, 21 Aug 2002 11:04:50 +0000 (11:04 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Wed, 21 Aug 2002 11:04:50 +0000 (11:04 -0000)
* Assembly.cs: GetEntryAssembly patch by Tomi Pakarinen
<tomi.pakarinen@welho.com>.

svn path=/trunk/mcs/; revision=6851

mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Reflection/ChangeLog

index e6bdc61dd2011b7cb6b5808623bccacdcccdc0d7..359c78cbbf2fedf5a771d4fe8d0907419b06dfec 100644 (file)
@@ -189,6 +189,10 @@ namespace System.Reflection {
                        throw new ArgumentNullException ("type");
                }
 
+
+               [MethodImplAttribute (MethodImplOptions.InternalCall)]
+               public static extern Assembly GetEntryAssembly();
+
                [MonoTODO]
                public Assembly GetSatelliteAssembly (CultureInfo culture)
                {
index d4e49abfdd79bdcb37cdfbe6838258fe4490fc23..697225290651881668b930ec628820083ff3ed1d 100644 (file)
@@ -1,3 +1,9 @@
+
+Wed Aug 21 13:03:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * Assembly.cs: GetEntryAssembly patch by Tomi Pakarinen 
+       <tomi.pakarinen@welho.com>.
+
 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * Assembly.cs: FullName now returns a proper string instead of