Transferring objects between two independed applications (C#)
Posted
by iDog
on Stack Overflow
See other posts from Stack Overflow
or by iDog
Published on 2010-04-07T21:03:47Z
Indexed on
2010/04/07
23:53 UTC
Read the original article
Hit count: 179
Hi, is it possible to transfer a object from one application to another (in C#)?
I'm working with a CAD API. The initialization of that API takes a few seconds (10 - 15). Would be nice if I could initialize the object only once in App1 and call it up from App2 whenever I need it.
Any ideas? Thanks!
© Stack Overflow or respective owner