[Mono-list] shell comands and piping

2010-08-18 Thread Rampage
Hello everyone, i've browsed the archive but couldn't find any information about this, so i hope you can help me out :) here is my problem: i have a method like this: public string StartProcess(string sProgram, string sArguments) { Process prc = new Process();

[Mono-list] Call managed from unmanaged code?

2010-08-18 Thread Krogerma
Hello, List: Is it possible to call into a managed DLL from an unmanaged C/C++ application with the facilities within Mono? We would like to do this on the Mac at the moment, but we would need to do it from Suse Linux also. We are currently calling unmanaged DLL's from managed ones in our

Re: [Mono-list] Call managed from unmanaged code?

2010-08-18 Thread Jonathan Chambers
Hello Kurt, You can achieve this in a few ways. 1. The easiest and most portable is to marshal a delegate into a function pointer, and then pass that pointer into native code to call back onto. 2. If you are using the embedding API, you can register internal calls with the runtime that you c

Re: [Mono-list] Call managed from unmanaged code?

2010-08-18 Thread Jonathan Pryor
On Wed, 2010-08-18 at 21:27 -0400, kroge...@aol.com wrote: > Is it possible to call into a managed DLL from an unmanaged C/C++ > application with the facilities within Mono? Yes, using the Mono embedding API: http://www.mono-project.com/Embedding_Mono http://www.go-mono.com/docs/i

[Mono-list] debugger - attach to process

2010-08-18 Thread Mike Morano
Hello, Is it possible to attach the soft debugger to an asp.net website project / xsp2? If so, could someone point me to a good reference on how to do this? Thanks, Mike ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mai