1 个仓库
Integration of Python scripting capabilities specifically within the .NET framework environment.
Distinct from Python Scripting Environments: Focuses on the integration into .NET hosts rather than general Python runtime environments.
Explore 1 awesome GitHub repository matching development tools & productivity · .NET Scripting Integration. Refine with filters or upvote what's useful.
PythonNet 是一个运行时集成桥接器,使 Python 代码能够在公共语言运行时(CLR)中调用 .NET 程序集和函数。它作为一组绑定工具,用于从 Python 环境访问 .NET 框架及其库,从而促进跨语言运行时的互操作性。 该项目提供了一种将 Python 脚本引擎直接嵌入 .NET 应用的机制。这允许创建应用脚本层,通过动态执行 Python 代码为宿主环境提供定制化和自动化功能。 该桥接器支持将 .NET 程序集和命名空间集成到 Python 脚本中,并提供跨 .NET Framework、.NET Core 和 Mono 的运行时服务访问。它管理 Python 解释器与 .NET 运行时之间的通信,以共享服务和组件。
Adds a dynamic scripting layer to .NET applications by executing Python code within the host environment.