Edit

Process.ReadAllBytes(Nullable<TimeSpan>) Method

Definition

public(byte[] StandardOutput, byte[] StandardError) ReadAllBytes(TimeSpan? timeout = default);
member this.ReadAllBytes : Nullable<TimeSpan> -> ValueTuple<byte[], byte[]>
Public Function ReadAllBytes (Optional timeout As Nullable(Of TimeSpan) = Nothing) As ValueTuple(Of Byte(), Byte())

Parameters

timeout
Nullable<TimeSpan>

Returns

Applies to