Click or drag to resize
ProcessReaderExecute Method

[Missing <summary> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

Namespace: Activsoft.Utils
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public int Execute(
	int timeout,
	out bool hasExited,
	out string output,
	out string err
)

Parameters

timeout
Type: SystemInt32

[Missing <param name="timeout"/> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

hasExited
Type: SystemBoolean

[Missing <param name="hasExited"/> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

output
Type: SystemString

[Missing <param name="output"/> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

err
Type: SystemString

[Missing <param name="err"/> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Activsoft.Utils.ProcessReader.Execute(System.Int32,System.Boolean@,System.String@,System.String@)"]

See Also