用 C# 打开我的应用程序文件?

发布于 2024-08-05 01:23:10 字数 108 浏览 2 评论 0原文

我的应用程序创建文件扩展名为 .mhm 的文件。

当打开这些文件之一时,我希望我的应用程序启动并打开该文件。

现在应用程序启动但文件未打开。

我该怎么办?

My application creates files with the .mhm file extension.

When one of these files are opened I want my application to start and open the file.

Right now the application starts up but the files are not opened.

What do I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

携余温的黄昏 2024-08-12 01:23:10

您要执行的文件的名称位于 main 方法的 args 参数中。

The name of the file you want to execute is the in the args parameter of your main method.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文