开发者

Xml transfer via IPC for .net (4.0) to Mono on windows

开发者 https://www.devze.com 2023-01-26 03:12 出处:网络
I have a .net 4.0 app computing data i\'d like to visualise with www.开发者_开发百科unity3d.com which has c# mono scripting. To do this i\'d like to send xml strings between the two apps - one of whic

I have a .net 4.0 app computing data i'd like to visualise with www.开发者_开发百科unity3d.com which has c# mono scripting. To do this i'd like to send xml strings between the two apps - one of which is running .net and the other of which is running under mono.

I'm new to Interprocess communication but i think it's the way to go - does anyone know of a sample showing .net 4.0 to mono ipc?

any advice appreciated.

David


Don't think of it as "IPC". Use Web Services between the two. Use WCF on the .NET side. I don't know if Mono has support for WCF, but if not, WCF produces standard web services, so Mono should have no trouble consuming the WCF side.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号