Click here to Skip to main content
15,880,543 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
This is the first time I am implementing C# COM Interface with Perl. I would appreciate if somebody could help me to understand how a data of key value pairs be passed over the COM interface:

Is it possible to pass Hash?

or alternatively an array or array.

Another related doubt, Is it possible to pass object over COM interface?

If so, what about array of objects?

Many Thanks.
Posted

1 solution

What you want to learn about is "Data marshalling" and "serialization". Google should give you many links that are helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900