string a = "BaseDirectory:" + AppDomain.CurrentDomain.BaseDirectory + "\r\n" +
"MainModule:" + Process.GetCurrentProcess().MainModule.FileName + "\r\n" +
"ApplicationBase:" + AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "\r\n" +
"StartupPath:" + Application.StartupPath + "\r\n" +
"ExecutablePath:" + Application.ExecutablePath + "\r\n" +
"GetCurrentDirectory:" + Directory.GetCurrentDirectory();

  

最新文章

  1. LINUX总结
  2. C++11之thread线程
  3. POJ 3083
  4. POJ 1978
  5. Linux curl命令详解
  6. Windows Phone开发(33):路径之其它Geometry
  7. zoj 3659 并检查集合
  8. postgresql 数据库的备份和恢复 (pg_dump 和 pg_restore)
  9. C语言学习第五章
  10. 洗礼灵魂,修炼python(5)--python操作符,内置函数
  11. sql面试 查找每个班级的前5名学生(取分类数据的前几条数据)
  12. 【原】无脑操作:IDEA使用时,提示"8080端口被占用"的解决
  13. javascript 点击触发复制功能
  14. 《Android进阶之光》--RxJava结合Retrofit访问网络
  15. 使用 ipmitool 实现远程管理Dell 系列服务器
  16. QPushButton取消按压后文字下沉效果
  17. k8s常用命令记录
  18. What the difference between __weak and __block reference?
  19. Delphi RAD Server 应用服务基础平台
  20. JavaScript 递归法排列组合二维数组2

热门文章

  1. linux 禁止22端口号
  2. Hadoop学习笔记之一:Hadoop IPC
  3. 删去k个数字后的最小值
  4. C++中static_cast和dynamic_cast强制类型转换
  5. Maven配置阿里云镜像仓库
  6. imageio.ffmpeg.download() has been deprecated. Use 'pip install im ageio-ffmpeg' instead.'
  7. java使用wait(),notify(),notifyAll()实现等待/通知机制
  8. hibernate validator自定义校验注解以及基于服务(服务组)的校验
  9. 谷歌zxing 二维码生成工具
  10. topcoder srm 310 div1