2014年7月30日
摘要: 因为对.net了解不是太深入,所以只能做出这样的水平:找到要查找的反射属性信息:PropertyInfo^getPropertyInfo(Type^t,String^pName){PropertyInfo^pInfo;while(t!=nullptr){pInfo=t->GetProperty(pN... 阅读全文
posted @ 2014-07-30 14:45 GC2013 阅读(589) 评论(0) 推荐(0)
摘要: //这是一个webserviceprivate AppUpdate.UpdateServ UpdateSvr; private void button1_Click(object sender, System.EventArgs e) { if(LinkWebServices()=... 阅读全文
posted @ 2014-07-30 09:04 GC2013 阅读(1231) 评论(0) 推荐(0)