Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
string[] argsメインのexeから数層下のライブラリに相当するものを取得したい。とにかくこれを行うことはありますか?明らかなものは何も見えません。
string[] args
これを使って:
string[] args = Environment.GetCommandLineArgs();
Environment.GetCommandLineArgs()