Remoting,How to Force the Class Marshal By Value
Some class such as Icon and Bitmap in .Net Framework supported Serialization and inherited MarshalByRefObject class,It's instance used by reference across the application domain default,How can I force it by value?
Express in another way,How to get the copy or the Class's Instance whitch inherited the MarshalByRefObject class?
thank you!
|