I am almost buried by how the different dialects of types are matched between .NET world and native world. Such as MFC CList and other stuffs.
I am desperately hoping for this:
- Some kind of table or cheetsheet that lists all the mappings between types of .NET world and native world.
- A table that lists all the types that can be marshaled.
Great thanks!!
For information on default type conversion, try this chart out.
For information on Marhsaling in general, check this page out.