I have a library written in C ++, how can I create bindings to C # so that I can present the functionality of this library in C #? And I don't mean “port” (possibly using SWIG). I mean that when calling some functions in C #, pure C ++ code is executed, so it runs quickly. I searched on google but found nothing o_O
Thank you in advance: -)
ps: Please note that I am a bit noob in C #
user179142
source
share