mono/CppSharp

is it possible to only parse everything thats marked with a macro

Opened this issue · 0 comments

i want to expose all my classes, struct, functions, etc.
is it possible for it to only translate if it finds a macro
and i only want it go generate P/invokes for them

ex:

API_CLASS() class foo { API_FUNCITON() void MyFunction(...) {} }