1 c# 获取当前正在运行的类的程序集

public static Assembly CurrentAssembly
{
get
{
return Assembly.GetExecutingAssembly();
}
}

posted @ 2017-08-11 14:41  白羽轻飘  阅读(4793)  评论(0编辑  收藏  举报