Relative Content

Tag Archive for c#cstructinterop

Wrapping a c dll with complex structs in c#

I need to wrap a c dll so that it can be called from c#, the issue is that a property of the struct passed in is complex. Frustratingly the child property is only accessed internally in the c code, but it needs to be defined in the c# wrapper.