Getting reference to running instance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a C# executable that has a class, say "Sample" which is a singleton.
The exe is running and the class is loaded. From another exe, can I get a
reference to the running instance of the "Sample" Object?
 
No, you have to make it available through remoting or as a COM+ instance.

Willy.

|I have a C# executable that has a class, say "Sample" which is a singleton.
| The exe is running and the class is loaded. From another exe, can I get a
| reference to the running instance of the "Sample" Object?
 
Back
Top