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 AppDomain.cs, 1.22, 1


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomain.cs, 1.22, 1.23
Date: Thu, 07 Aug 2003 10:02:11 -0400

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

Modified Files:
        AppDomain.cs 
Log Message:
Implement xml serialization attributes and kill some assembly related 
TODOs.


Index: AppDomain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomain.cs,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** AppDomain.cs        29 May 2003 03:12:58 -0000      1.22
--- AppDomain.cs        7 Aug 2003 14:02:09 -0000       1.23
***************
*** 29,32 ****
--- 29,33 ----
  using System.Reflection.Emit;
  using System.Runtime.Remoting;
+ using System.Runtime.CompilerServices;
  using System.Runtime.InteropServices;
  using System.Security.Policy;
***************
*** 534,543 ****
  
        // Get a list of all assemblies in this application domain.
!       [TODO]
!       public Assembly[] GetAssemblies()
!                       {
!                               // TODO
!                               return new Assembly [0];
!                       }
  
        // Get the current thread identifier.
--- 535,540 ----
  
        // Get a list of all assemblies in this application domain.
!       [MethodImpl(MethodImplOptions.InternalCall)]
!       extern public Assembly[] GetAssemblies();
  
        // Get the current thread identifier.





reply via email to

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