Process.ReadAllBytes(Nullable<TimeSpan>) Método

Definição

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())

Parâmetros

timeout
Nullable<TimeSpan>

Retornos

Aplica-se a