11.1 字符 Char,16位Unicode代码值 两个常量字段,Char.MinValue:定义为'\0';Char.MaxValue:定义为'\uffff'; Char.GetUnicodeCategory()方法,返回字符类型(货币/标点/数学符号等等) Char与Int32的相互转型: 11.2 字符串... Read More
posted @ 2007-10-01 18:57 包建强 Views(1056) Comments(0) Diggs(0) Edit
是时候研究IL方面的程序了,太多这方面的技术点需要总结。准备写一个系列,关于IL的全部。 先总结一下,看完老瓦的Video后的一些心得笔记: Opcode指令集 IL代码: 1.directive声明,以.开头 2.instruction声明,不以.开头 3.entrypoint 程序入口 4.ansi,与非托管代码交互式,标记字符集 5.auto,自... Read More
posted @ 2007-10-01 14:28 包建强 Views(712) Comments(0) Diggs(0) Edit