Passing an ArrayList to a native DLL?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Is it possible to pass an ArrayList instead of a System.Array to a native
DLL - and if so is there any specific things to do (like e.g. marshaling)?

Thanks,
Ole
 
Is it possible to pass an ArrayList instead of a System.Array to a native
DLL - and if so is there any specific things to do (like e.g. marshaling)?

It is, but it will probably not give you the expected result (i.e. it
will not marshal to an array).



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top