Re: embedding mono: how to pass c++ pointer to and from CLI?

Elmar Haneke <[email protected]>
Newsgroups gmane.comp.gnome.mono.general
Message-ID <[email protected]>
> and...how to pass an array from c# to c++? 

an "array of byte" is usually marshalled as an pointer when using P/Invoke.

When using "internal calls" there is no Marshalling at all, c++ code
does recieve an pointer to an mono object. Read documentation to find
out how to access strings, arrays etc.

Elmar
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.