Erskine, Bill [mailto:[EMAIL PROTECTED]] wrote:
> If I were not to publish my object through remoting, is there > any way to get a handle on an instance of an object that is > running in an existing thread, and call methods on that > instance of the object? Is this even possible? Are you asking theoretically or do you actually have a need for this? You can create process and thread level singletons with statics, but then can't share data outside of processes. The only way to share data outside processes is with a well-known object and that's where remoting comes in. HTH, Drew You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.