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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top