将 IKVM exe 作为 Windows 服务运行
如何将 IKVM 编译的 exe 作为 Windows 服务运行?我应该为其编写一个包装服务吗?已经有什么可以做到这一点了吗?
How could I run my IKVM-compiled exe as a Windows service? Should I write a Wrapper service to it? Is there already anything to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试Topshelf。它是一个服务包装器,可以减轻创建 Windows 服务的负担。
Try Topshelf. It is a service wrapper that eases the burden of creating windows services.