獲取用於讀取應用程序輸出的流。
命名空間:System.Diagnostics
程序集:System(在 system.dll 中)
public StreamReader StandardOutput { get; }
異常
InvalidOperationException
尚未定義 StandardOutput 流以進行重定向;請確保將 ProcessStartInfo.RedirectStandardOutput 設置為true,並將 ProcessStartInfo.UseShellExecute 設置為 false。
- 或 -
已打開 StandardOutput 流,以便通過 BeginOutputReadLine 進行異步讀取操作。
備注 <