About 33 results
Open links in new tab
  1. Python.NET | pythonnet

    Python.NET provides a powerful application scripting tool for .NET developers. Using this package you can script .NET applications or build entire applications in Python, using .NET services and …

  2. Embedding .NET into Python - Python.NET documentation

    Python.NET uses the PYTHONPATH (sys.path) to look for assemblies to load, in addition to the usual application base and the GAC (if applicable). To ensure that you can import an assembly, put the …

  3. Embedding Python into .NET - Python.NET documentation

    Embedding Python into .NET ¶ Warning Because Python code running under Python.NET is inherently unverifiable, it runs totally under the radar of the security infrastructure of the CLR so you should …

  4. Python.NET documentation

    Welcome to Python.NET’s documentation! ¶ Python.NET (pythonnet) is a package that gives Python programmers nearly seamless integration with the .NET 4.0+ Common Language Runtime (CLR) on …

  5. C# Reference - Python.NET documentation

    C# Reference ¶ Warning doxygenclass: Cannot find class “Py” in doxygen xml output for project “pythonnet” from directory: ../doxygen_xml class Python.Runtime.PythonEngine : IDisposable ¶ This …

  6. Codecs - Python.NET documentation

    Codecs Python.NET performs some conversions between .NET and Python automatically. For example, when Python calls this C# method:

  7. clr-loader documentation - GitHub Pages

    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.

  8. Python Reference - Python.NET documentation

    Python Reference ¶ Runtime loading and configuration ¶ Python.NET runtime loading and configuration pythonnet.get_runtime_info() → RuntimeInfo | None ¶ Retrieve information on the configured runtime …

  9. Python.NET | pythonnet.github.io

    The .NET architecture makes a distinction between ``value types`` and ``reference types``. Reference types are allocated on the heap, and value types are allocated either on the stack or in-line within an …

  10. Usage - clr-loader documentation - GitHub Pages

    The initialization is delayed for .NET Core to allow adjusting the runtime properties beforehand. Information on the runtime, its version and parameters can be retrieved using runtime.info() (see …