如何访问命令行参数主要以外在C# [英] How to access command line parameters outside of Main in C#

查看:128
本文介绍了如何访问命令行参数主要以外在C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了需要解析的过程中的命令行的.NET类。我不希望有在main()方法和类之间的依赖关系。如何才能访问类的命令行?

I am writing a .NET class that needs to parse the command line of the process. I don't want to have a dependency between the Main() method and that class. How can the class access the command line?

推荐答案

呼叫 Environment.GetCommandLineArgs()

这篇关于如何访问命令行参数主要以外在C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆