J
John Bowman
Hello,
Is there any way using managed code (I'm using C#) to have a DLL assembly
that is loaded into 2 processes have a reference to an object variable such
that the variable is shared between the processes? I need to retrieve an
object variable in process 2 that is set by process 1 and make use of the
information in process2. Pretty much a shared memory scenario inside the DLL
where both processes are running on the same PC.
TIA,
Is there any way using managed code (I'm using C#) to have a DLL assembly
that is loaded into 2 processes have a reference to an object variable such
that the variable is shared between the processes? I need to retrieve an
object variable in process 2 that is set by process 1 and make use of the
information in process2. Pretty much a shared memory scenario inside the DLL
where both processes are running on the same PC.
TIA,