C
Carl Scarlett
Help.
I'm trying to get an instance of an object in another .NET DLL.
For example, application A is running and has an object "myObj" that has
been instanciated.
Application B want's to use the instance of myObj that has been instanciated
in application A.
In VB6, I could do a GetObject in Application B and it would give me myObj
from A.
How do I do it in .NET?
Carl.
I'm trying to get an instance of an object in another .NET DLL.
For example, application A is running and has an object "myObj" that has
been instanciated.
Application B want's to use the instance of myObj that has been instanciated
in application A.
In VB6, I could do a GetObject in Application B and it would give me myObj
from A.
How do I do it in .NET?
Carl.