Ipo wrote:
> help, help ;-)
> 
> I still have not found the way to unbox value returned by
> mono_runtime_invoke. I get MonoObject from my method and i know that there
> is IList from C#. 

1. you don't unbox reference type. Scratch this from your memory.

2. you allways get MonoObject* back, regardless of the method's
    signature. This is similar to what you get when you're using
    System.Reflection.

3. your MonoObject* IS actually an ArrayList, so you can just start
    using it.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to