clr_loader provides a unified way to load one of the CLR (.NET) runtimeimplementations (.NET Framework, .NET (Core) or Mono), load assemblies, and callvery simple functions.
The only supported signature is
publicstaticintFunction(IntPtrbuffer,intsize)
A function like this can be called from Python with a singlebytes
parameter. If more functionality is required, please consider usingPython.NET instead.