摘要: 1、简单的C#代码如下using System;class HelloWorld{ public static void Main() { Console.WriteLine("Hello World !"); }}2、编译代码 Csc HelloWorld.cs3、ildasm /output: helloworld.il hellworld.exe 执行后的生成的hellowor... 阅读全文
posted @ 2007-02-27 14:45 kuailewangzi1212 阅读(2051) 评论(1) 推荐(0) 编辑