Passing arrays to C# from VB6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi folks,
newbie here of course. I have a COM Interoperable assembly written in C#.
One of the exposed classes has a method which takes an array of int's as one
of the parameters.
If I call this function from a VB6 program, how do I pass the array parameter?

Thanks in advance for the reply.
 
Hi Luke,
This is theoretical and is based on some old notes so 'as is where is'
Pass the first node of the array by reference.
hth
Bob
 

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