gpt4 book ai didi

c# - C#进程间通信

转载 作者:行者123 更新时间:2023-11-30 12:19:48 31 4
gpt4 key购买 nike

<分区>

我有一个调用进程来创建文件的服务(进程是一个winform),在我的服务中,我想在进程创建文件后读取文件,我如何在我的服务和进程之间进行通信检查文件是否已正确创建。

Process.Start(assemblyPath, xsdFileName + " " + fileName + " " + exportPDFFileName);
//here I need to make sure that the file has been created correctly
return new MemoryStream(File.ReadAllBytes(exportPDFFileName));

谢谢你的帮助,比列尔

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com