al Message-
From: Alex Henderson [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 9:30 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Attaching to a window
If I have a class instantiated in a window service, can another program
on
the same machine get a reference to the class instance in t
If I have a class instantiated in a window service, can another program on
the same machine get a reference to the class instance in the windows
service's thread and call its methods ... I don't really want to use
remoting/web services if possible so I see this as being an ?easy?
alternative.
Add