Welcome to clr-loader’s documentation!#

clr_loader provides a unified way to load one of the CLR (.NET) runtime implementations (.NET Framework, .NET (Core) or Mono), load assemblies, and call very simple functions.

The only supported signature is

public static int Function(IntPtr buffer, int size)

A function like this can be called from Python with a single bytes parameter. If more functionality is required, please consider using Python.NET instead.

Indices and tables#