[Mono-dev] Class type as return type of method with Remoting

Robert Jordan robertj at gmx.net
Tue Nov 13 07:58:13 EST 2007


buhochileno at gmail.com wrote:
> Hi:
> 
> is posible to use Remoting with a class that have a method that return a 
> class type?, or a class with a object member returned by a method?

Yes, if the class of the returned object is a MarshalByRefObject or
marked as [Serializable].

Robert




More information about the Mono-devel-list mailing list