首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > C #命令行包装

C #命令行包装

  • 资源大小:17.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: csharp Automation commandline

资 源 简 介

This program provides a simplified command line wrapper for C# executables, providing a clean and consistent command-line interface plus a straightforward Windows GUI (WinForms) interface. Simply add one file into your project, and your user interface work is done. You can focus instead on just writing your code and logic, and keep the interface out of the way. Usage To use CommandWrapLib, add the single file CommandWrapLib.cs to your program. The file contains a new main() function - this replaces the one contained in your application. You can then designate any number of functions with the [Wrap] attribute; they will all be offered for execution via the command line with a clean, well-formatted interface. ``` [Wrap] public static void Method1(DateTime startperiod, int count, string recipient

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.161872s