摘要: public static T GetInstance(ExplicitArguments args); // // Summary: // Creates a new instance of the requested type T... 阅读全文
posted @ 2015-06-08 12:40 KMSFan 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 通过反射 调用 类里面的 方法的方法(注意 重载 ,可以 按F12转到 定义 查看 ):错误方法:MethodInfo dynMethod = this.GetType().GetMethod("Draw_" + itemType);dynMethod.Invoke(this, new object... 阅读全文
posted @ 2015-06-08 12:09 KMSFan 阅读(204) 评论(0) 推荐(0) 编辑
摘要: +-------------------------+---+--------+--------+--------+----------+| Class Type | | normal | static | sealed | abstract |+-----------... 阅读全文
posted @ 2015-06-08 11:56 KMSFan 阅读(431) 评论(0) 推荐(0) 编辑
document.getElementById("homeTopTitle").innerText="ღKawaii";