Hi,
I'm using a very simple Inter Process Communication using the ICLRRuntimeHost interface and it's method ExecuteInDefaultAppDomain.
This approach allows to make communications between a C application and a .net dll in a couple of lines.
However, as I am allowed to send a string from C as argument of the method to execute in .net (C#), I'm constraint by the ExecuteInDefaultAppDomain to receive only a DWORD-type variable (integer).
I would like to know if there is a mean (another method of the interface to use) so that I can receive in return of the call a string.
Many thanks!



LinkBack URL
About LinkBacks



