..NETCF provides no equivalent functionality. Assuming that you can modify
both of the apps involved, you could invent some sort of message-based
protocol that would allow one app to request that the other create or
destroy an object. That's the best I can think of.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "David C Chu" <
[email protected]>
| Subject: CF CreateInstanceAndUnwrap equivalent?
| Date: Tue, 2 Sep 2003 22:26:03 -0400
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Message-ID: <#
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: mckenney.cs.virginia.edu 128.143.136.84
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:32611
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hello,
|
| I am relatively new to appdomains. I am trying to do the equivalent of
| System.AppDomain.CreateInstanceAndUnwrap() in CF: I want to be able to
| create and maintain the reference to an object in another appdomain. Any
| tips on how to do this?
|
| -david
|
|
|