Click or drag to resize

libsimpleioLINUX_command Method

Execute a shell command string.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void LINUX_command(
	string cmd,
	out int error
)

Parameters

cmd  String
Command string.
error  Int32
Error code.
See Also