Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: byte[] GoGetOutput()

Declaration

public byte[] GoGetOutput()

Summary

Invokes the command, blocking until the command finishes. On success, returns the raw output of the command. If the command fails, throws a CommandRunnerFailedException. See Remarks.

Remarks

Output options such as FluidCommandRunner.OutputAugmented(bool) do not affect the data returned; they influence only how the output is relayed to the console. This method ignores all stderr output.