Process.ReadAllText(Nullable<TimeSpan>) メソッド

定義

public(string StandardOutput, string StandardError) ReadAllText(TimeSpan? timeout = default);
member this.ReadAllText : Nullable<TimeSpan> -> ValueTuple<string, string>
Public Function ReadAllText (Optional timeout As Nullable(Of TimeSpan) = Nothing) As ValueTuple(Of String, String)

パラメーター

timeout
Nullable<TimeSpan>

返品

適用対象