Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.66 KB

CodeEditor

C#代码编辑器,可用于动态编译生成C#执行程序,使软件功能灵活性更高。周末空闲重写了一个编辑器,因此开源最初的视觉软件删减的脚本编辑模块,欢迎交流学习。

C# code editor that can be used to dynamically compile and generate C# executable programs for greater flexibility in software functionality.

开发环境/Development Environments

● Visual Studio 2019

● .NET Framework 4.7.2

● ScintillaNET,第三方文本控件

界面/Interfaces

image

● Main.main,程序流程编辑页面

Program Flow Edit Page

image

● Using.head,using指令或程序集引用编辑页面

Using.head, using directive or assembly reference edit page

image

● SystemReference.ref,添加引用.Net自带dll编辑页面

Add references to .Net's own dll edit page

image

● CustomReference.ref,添加引用第三方dll编辑页面

Add reference to third-party dll edit page

image

● Code.cs,预览动态生成的代码页面

Preview dynamically generated code page

image