自动生成代理类
Posted 天藐水瓶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自动生成代理类相关的知识,希望对你有一定的参考价值。
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
以上是关于自动生成代理类的主要内容,如果未能解决你的问题,请参考以下文章