[Mono-list] Calling method with complex arguments (embedded)
Robert Bielik
robert.bielik at xponaut.se
Wed Mar 25 12:47:55 EDT 2009
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
More information about the Mono-list
mailing list