Python.Runtime MethodWrapper in C# (CSharp): 11 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Python.Runtime.MethodWrapper, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
A MethodWrapper wraps a static method of a managed type, making it callable by Python as a PyCFunction object. This is currently used mainly to implement special cases like the CLR import hook.