浪浪 发表于 2021-5-19 17:02:13

Roslyn C - Runtime Compiler 1.6.0 编译器

本帖最后由 浪浪 于 2021-5-19 17:03 编辑


插件名称:Roslyn C - Runtime Compiler 1.6.0插件官网:访问官网
版权协议:Red pine1.1解压密码:通用密码
Roslyn C - Runtime Compiler 1.6.0








*Requires .Net 4.x or .Net standard API compatibility level
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.Roslyn C#允许使用Roslyn编译器在运行时加载程序集和C#脚本,这使得你可以很容易地在你的项目中添加修改支持或游戏中的编程
Includes a small programming based game where the objective is to navigate a mouse out of a maze by writing code that performs the direction decision making.

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

**** Hidden Message *****

liveabc 发表于 2021-8-24 13:31:39

1111111111111111111
页: [1]
查看完整版本: Roslyn C - Runtime Compiler 1.6.0 编译器