List Question
20 TechQA 2013-12-06T13:48:33.457000manage memory using marshalbyrefobject
178 views
Asked by user1348463
how to use MarshalByRefObject to call class in different app domain
1.4k views
Asked by user1348463
Is it possible to have delegates marshalled as proxies when they are passed across to another AppDomain?
1.3k views
Asked by Timwi
Mixing MarshalByRefObject and Serializable
5k views
Asked by Qwertie
How do I detect if a MarshalByRefObject is local or remote?
1k views
Asked by Qwertie
Does .Net 4 inline MarshalByRefObject methods?
344 views
Asked by thinkbeforecoding
How do the In and Out attributes work in .NET?
2.7k views
Asked by g t
Removing disconnected MarshalByRefObjects from server side lists
231 views
Asked by Dmitry
Access Instance of a Class from a differente Process in C#
293 views
Asked by SammuelMiranda
Passing vb.net object byref to unmanaged code
487 views
Asked by ashish_pal
Passing data across appdomains with MarshalByRefObject
10.2k views
Asked by Nathan W
Accessing JavaScript Objects from vb.net
2.8k views
Asked by Drunk Goldfish
How to prevent memory leak in MarshalByRefObject and AppDomain?
1.5k views
Asked by Vishal Laul
Should classes inheriting from MarshalByRefObject remove such inheritance after migrated to .NET 5+?
77 views
Asked by Nick W
Conflicting dependencies when loading an assembly
614 views
Asked by Langers
Creating a local instance of an object being referenced from the AppDomain
664 views
Asked by Domitius
Using an abstract class as the contract in plugin framework
2.3k views
Asked by IAbstract
How can I find out if an instance is a MarshalByRef proxy?
226 views
Asked by AudioBubble
Why can't pass Marshaled interface as integer(or pointer)
781 views
Asked by Semyon.Khmelev
Interaction between multiple AppDomain. Problems with the destruction of singleton-objects
973 views
Asked by AudioBubble