[Mono-bugs] [Bug 22040] Changed - AppDomain.Load not implemented

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Apr 2002 12:42:42 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=22040

--- shadow/22040	Sun Mar 17 09:28:24 2002
+++ shadow/22040.tmp.7070	Tue Apr  9 08:42:42 2002
@@ -1,20 +1,28 @@
 Bug#: 22040
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 7.2
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: AppDomain.Load not implemented
 
 NUnit testings needs to load assemblies.  Assembly.LoadFrom() needs 
 AppDomain.Load().
+
+------- Additional Comments From dietmar@ximian.com  2002-04-09 08:42 -------
+AppDomain::Load is implemented, except:
+
+public Assembly Load (byte[] rawAssembly, byte[] rawSymbolStore,
+Evidence securityEvidence);
+
+what exactly do you need?