dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Assembly.c


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Assembly.cs,1.17,1.18
Date: Mon, 13 Jan 2003 04:09:17 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection
In directory subversions:/tmp/cvs-serv22918/runtime/System/Reflection

Modified Files:
        Assembly.cs 
Log Message:
functions for supporting Oberon.net


Index: Assembly.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Assembly.cs,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Assembly.cs 29 Dec 2002 08:32:47 -0000      1.17
--- Assembly.cs 13 Jan 2003 09:09:12 -0000      1.18
***************
*** 334,337 ****
--- 334,351 ----
                        }
  
+ #if !ECMA_COMPAT
+       public static Assembly LoadWithPartialName (string partialName)
+                       {
+                               return LoadWithPartialName (partialName, null);
+                       }
+ 
+       [TODO]
+       public static Assembly LoadWithPartialName (string partialName, 
+                                                                               
                Evidence securityEvidence)
+                       {
+                               return LoadFrom(partialName);
+                       }
+ #endif
+ 
        [TODO]
        public virtual AssemblyName GetName()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]