摘要: c# 获取命名空间 类名 方法名转[http://blog.sina.com.cn/s/blog_3fc2dcc1010189th.html]分类: Winformpublic static string GetMethodInfo() { string str = ""; //取得当前方法命名空间 str += "命名空间名:"+System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Namespace + "\n"; ... 阅读全文
posted @ 2013-10-22 14:43 Zengbin 阅读(934) 评论(0) 推荐(0)