New test.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Proxies / ChangeLog
index 4b85e5d84129487b9f8aa3206f2f3026cfcd3434..42160f73b74c9f6f6fb9d79de61af3b817a4252f 100644 (file)
@@ -1,3 +1,26 @@
+2006-07-15  Jonathan Chambers  <joncham@gmail.com>
+
+       * RealProxy.cs: Indicate that all fields need keep in sync
+       with definition in object-internals.h for COM Interop.
+       
+2006-06-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * RealProxy.cs (ProcessResponse): Use t.GetElementType ().IsInstanceOfType () when the type is a byref.
+
+2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * RealProxy.cs: Extract the output arguments from the message's
+       Args list (not from OutArgs), since some message objects
+       may not support OutArgs (for example, when the target MethodBase is
+       not known, there is no way to know which params are out params).
+       I've checked that MS.NET behaves in the same way. This fixes
+       bug #75277.
+
+2005-06-13  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * RealProxy.cs: Report invalid return type of values using
+       InvalidCastException, like MS.NET. Fixes bug #75203.
+
 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
 
        * RealProxy.cs: Added _targetDomainId and _targetUri fields, which are