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.18,1.19
Date: Thu, 16 Jan 2003 04:52:59 -0500

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

Modified Files:
        Assembly.cs 
Log Message:
Support for Oberon.net stuff


Index: Assembly.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Assembly.cs,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** Assembly.cs 13 Jan 2003 09:09:12 -0000      1.18
--- Assembly.cs 16 Jan 2003 09:52:57 -0000      1.19
***************
*** 351,355 ****
        public virtual AssemblyName GetName()
        {
!               throw new NotImplementedException("GetName");
        }
  
--- 351,358 ----
        public virtual AssemblyName GetName()
        {
!               AssemblyName name=new AssemblyName();
!               name.Name=ClrHelpers.GetName(privateData);
!               name.Version=new Version(0,0,0,0);
!               return name;
        }
  





reply via email to

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