Process.ReadAllText(Nullable<TimeSpan>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)