* ArgInfo.cs: Include parameters with the Out flag in the out parameters list.
authorLluis Sanchez <lluis@novell.com>
Thu, 11 Sep 2003 23:41:25 +0000 (23:41 -0000)
committerLluis Sanchez <lluis@novell.com>
Thu, 11 Sep 2003 23:41:25 +0000 (23:41 -0000)
commit5607428d37e9152fd60e3b155ff2ce11449244b4
tree4f3bfffae41ea3f8d005413faa8100e77843227f
parent6d12ea30d8b81783793df98b2b62552e0394f457
* ArgInfo.cs: Include parameters with the Out flag in the out parameters list.
* CallContext.cs: SetCurrentCallContext now returns the old context, so it
  can be later restored with new new method RestoreCallContext().
* ReturnMessage.cs: Some fixes in the way the class deals with output parameters,
  to match MS.NET behavior.

svn path=/trunk/mcs/; revision=18040
mcs/class/corlib/System.Runtime.Remoting.Messaging/ArgInfo.cs
mcs/class/corlib/System.Runtime.Remoting.Messaging/CallContext.cs
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/ReturnMessage.cs