rotor2.0的runtimetype之谜
摘要:
不是说Rotor是公开的源码吗?怎么找不到RumtimeType这个源文件啊。最近在研究它的reflection机制。在一句代码 Type t = cust.GetType();//cust是一个对象MethodInfo method = t.GetMethod("DoSomething");我寻根究底找到Type的源文件("C:\sscli20\clr\src\bcl\system"目录下),发... 阅读全文
posted @ 2009-10-25 11:57 John Connor 阅读(319) 评论(0) 推荐(0)