process.start() embedded exe without extracting to file first c#

后端 未结 5 2308
南方客
南方客 2020-12-03 11:47

I have an executable embedded into my app resources. ATM I use assembly reflection to extract the executable to its own file and then start the executive using process,START

5条回答
  •  悲哀的现实
    2020-12-03 12:10

    If you don't want it on a hard drive, you could possible look at saving it to a ram-drive and then run it from there.

提交回复
热议问题