本文介绍了让exe返回参数,就像exe在启动时接受参数一样的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我从这个论坛上的一个问题中读到了.exe可以在启动时接受参数,就像您在调用方法并传递一些变量一样.如果是这样,如果我希望.exe返回值(例如在方法中使用ref或out关键字时),是否可以执行相同的操作?
再说一次,如果完全有可能,我该如何在exe文件中实现呢?
I read from a question on this forum .exe''s can be made to accept parameters on startup, almost like you are calling a method and passing some variables. If this is true, can the same be done if I want the .exe to return values (like when a ref or out keyword is used in methods)?
Again, if this is at all possible, how do I implement this into exe''s? Can I maaybe be given some resources to read through on this?
推荐答案
这篇关于让exe返回参数,就像exe在启动时接受参数一样的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!