我们如何导出C#方法?
我有一个DLL,我想在Python语言中使用它的方法和ctypes模块.因为我需要使用ctypes模块,所以我需要导出C#方法,使它们在Python中可见.
那么,我如何导出C#方法(就像在C++中一样)?
c# python methods export python.net
c# ×1
export ×1
methods ×1
python ×1
python.net ×1