CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

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

Open Zathyy opened this issue 9 months ago • 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(...) {} }

Zathyy avatar Mar 28 '25 17:03 Zathyy