I have a case where I have to use some classes across AppDomains. To make them work I have them inheriting from MarshalByRefObject. Everything with these classes work as expected. But these classes are used throughout our system, and 99% of the time these classes will be used within only one AppDomain. Are there any negative side effects from inheriting from MarshalByRefObject when using these classes within a single AppDomain?
Thanks,
Skip
问问题
524 次