I'm trying to call a function with prototype:

void process(List< double[] >  ins,
            ref List<double[]> outs);

from my c++ code, but I'm a bit stumped on how to create the arguments?

Tried to retrieve the MonoClass* for System.Collections.Generic.List via
mono_class_from_name(mono_get_corlib(), "System.Collection.Generic", "List") 
but it
returns NULL. 

Probably thinking wrong here?

TIA
/R

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

Reply via email to