找回密码
 立即注册

编辑器/功能拓展 Roslyn C - Runtime Compiler 1.6.0 运行时编译器

本帖最后由 月亮弯弯 于 2022-9-22 02:19 编辑

QQ图片20210519165929.jpg QQ图片20210519170239.jpg QQ图片20210519170241.jpg QQ图片20210519170243.jpg QQ图片20210519170245.jpg



历史版本索引:


Roslyn C# - Runtime Compiler 1.6.4

Roslyn C# - Runtime Compiler 1.7.1


Roslyn C# allows runtime loading of assemblies and C# scripts using the Roslyn compiler making it easy to add modding support or in-game programming to your project. In addition, Roslyn C# also includes code security verification that allows you to specify a number of security restrictions that loaded code must adhere to including illegal namespaces and types. This makes it much safer to load 3rd party code from unknown sources.

Features
-Compile and run C# scripts at runtime
-Leverage the latest C# language features using the Roslyn C# compiler
-Fast execution. Once compiled, external scripts will run as fast as game scripts
-Allows modding support to be added easily
-Code security validation means that unsafe code can be identified and discarded
-Code security generates a detailed report upon failure containing information about illegal types used and every usage occurrence in the external code
-Simple and easy to use API for assembly, type and instance reflection
-Support for non-concrete communication using script proxies
-Automatic type construction using correct method (AddComponent, CreateInstance, new)
-Cached member tables for quick reflection
-All scripts and example are organised into namespaces to avoid type name clashes
-Fully commented partial C# source code included
-Comprehensive .chm documentation of the API for quick and easy reference


2022-9-22 02:17 上传
文件大小:
未知
下载次数:
0
附件售价:
7 金币  购买记录
Roslyn C - Runtime Compiler 1.6.0 运行时编译器
本地下载 立即购买
您需要登录后才可以回帖 登录 | 立即注册