摘要:
阅读全文
posted @ 2006-06-28 17:43 闲云 阅读(100) 评论(0) 推荐(0) 编辑
|
|||
摘要:
WINDOWS PE EXCUTE FORMAT Implement a Custom Common Language Runtime Host for Your Managed App Unicode Normalization Forms 阅读全文
posted @ 2006-06-28 16:01 闲云 阅读(94) 评论(0) 推荐(0) 编辑
摘要:
学习 Programming C#: Attributes and Reflection public class EmitHelloWorld{ static void Main(string[] args) { // 创建动态程序集和模块 AssemblyName assemblyName = new AssemblyName(); ... 阅读全文
posted @ 2006-06-28 15:51 闲云 阅读(388) 评论(0) 推荐(0) 编辑
摘要:
表示可读取连续字符系列的读取器 常见方法: 1,Peek() 读取下一个字符,不更改读取器状态或数据源。返回下一个可读字符, 而实际上并不从输入流中读取此字符 2,Read() 从输入流读取数据。 读取输入流中的下一个字符并使该字符的位置提升一个字符。 3,Rea... 阅读全文
posted @ 2006-06-28 13:21 闲云 阅读(604) 评论(0) 推荐(0) 编辑 |
|||