Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Add test to invoke ByRef parameters #389

Closed aarononeal closed 4 months ago

aarononeal commented 11 years ago

This test invokes ByRef parameters in a way that exercises calling out to native code and then back through managed to verify the marshaling pipeline.

letiemble commented 11 years ago

This kind of test has to be put in the Monobjc.ClassesMessagingTests class. The Monobjc.Generators namespace is dedicated to generation tests.

aarononeal commented 11 years ago

No problem, I can move that later today.

aarononeal commented 11 years ago

I have moved the test to Monobjc.ClassesMessagingTests.