讀取另一個Process的stdout及stderr
有時候我們在程式中會再使用System.Diagnostic.Process來去執行另一個程式,而且也可能會有需要去接收這個被我們執行的程式的輸出資訊,不論是正式的輸出(來自stdout)或是錯誤資訊的輸出(來自stderr)。
這些相關的技術可以參考:Solving Problems of Monitoring Standard Output and Error Streams of a Running Process
這些相關的技術可以參考:Solving Problems of Monitoring Standard Output and Error Streams of a Running Process
留言
張貼留言