Hello,
how can we export c# methods?
I hava a dll and I want to use its methods in the Python language with the ctypes module. Because I need to use the ctypes module, I need to export the c# methods for them to be visible in Python.
So, how can I export the c# methods (like they do in c++)?