c# 动态编译代码 执行脚本代码 关键字还会变色

上传者: mirage1982 | 上传时间: 2019-12-21 20:19:45 | 文件大小: 70KB | 文件类型: zip
c# 动态编译代码 执行脚本代码 关键字还会变色 // debug it step by step (F10, F11) using System; // for Console.WriteLine using System.Windows.Forms; // for MessageBox.Show, ... using System.Diagnostics; // for Debug.WriteLine using System.Collections.Generic; // for List // we can call static functions MessageBox.Show("Hello World!"); // output to DevStudio Output Console.WriteLine("Hello World!"); // same output over Debug Debug.WriteLine("Hello World!"); // we can define global var's var anystr = "Hello World {0} {1}"; int anynuber = 1; float anyfloat = 3.14f; // and we can use it Console.WriteLine(string.Format(anystr, anynuber, anyfloat)); // we can write functions string test1(int i, string s) { return s + " " + i; } double test2(double x) { double t = Math.Sin(x); // with local vars of course return t * t; }

文件下载

资源详情

[{"title":"( 15 个子文件 70KB ) c# 动态编译代码 执行脚本代码 关键字还会变色","children":[{"title":"CSSDemo","children":[{"title":"bin","children":[{"title":"Debug","children":[{"title":"CSSDemo.exe <span style='color:#111;'> 67.50KB </span>","children":null,"spread":false},{"title":"CSSDemo.vshost.exe <span style='color:#111;'> 14.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Program.cs <span style='color:#111;'> 11.18KB </span>","children":null,"spread":false},{"title":"CSSDemo.sln <span style='color:#111;'> 903B </span>","children":null,"spread":false},{"title":"EditCtrl.cs <span style='color:#111;'> 22.88KB </span>","children":null,"spread":false},{"title":"CSSDemo.csproj <span style='color:#111;'> 3.56KB </span>","children":null,"spread":false},{"title":"CSSDemo.suo <span style='color:#111;'> 20.50KB </span>","children":null,"spread":false},{"title":"Demos","children":[{"title":"Test1.csss <span style='color:#111;'> 1.93KB </span>","children":null,"spread":false},{"title":"Test2.csss <span style='color:#111;'> 288B </span>","children":null,"spread":false}],"spread":true},{"title":"Script.cs <span style='color:#111;'> 77.49KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 511B </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明