How to convert a type specified to a object type in IL.
摘要:
There are two kinds of type in the IL: value type and non-value type. It can bejudged from the IsValueType property of a object type. e.g. typeof(String).IsValueType.ValueType includes Int(16, 32, 63)... 阅读全文
posted @ 2005-07-18 11:29 bughole 阅读(277) 评论(0) 推荐(0)