码迷,mamicode.com
首页 > 其他好文 > 详细

自动生成代理类

时间:2017-05-06 20:00:13      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:ons   tin   str   stack   question   enum   overflow   sse   deb   

WebApiProxy-Generate-CSharp
  public static string AssemblyDirectory
        {
            get
            {
                string codeBase = Assembly.GetExecutingAssembly().CodeBase;
                UriBuilder uri = new UriBuilder(codeBase);
                string path = Uri.UnescapeDataString(uri.Path);
                return Path.GetDirectoryName(path);
            }
        }

 

http://stackoverflow.com/questions/4367723/get-enum-from-description-attribute

自动生成代理类

标签:ons   tin   str   stack   question   enum   overflow   sse   deb   

原文地址:http://www.cnblogs.com/kevin1988/p/6817725.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!