public class QProcess: QObject, System.IDisposable
System.Object
QtSupport
QObject
QProcessThis type implements System.IDisposable.
Qt Namespace
QProcess Constructors
QProcess(Qt.QObject, System.String) Constructor
QProcess(System.String, Qt.QObject, System.String) Constructor
QProcess(Qt.QStringList, Qt.QObject, System.String) Constructor
QProcess() Constructor
QProcess(Qt.QObject) Constructor
QProcess(System.String) Constructor
QProcess(System.String, Qt.QObject) Constructor
QProcess(Qt.QStringList) Constructor
QProcess(Qt.QStringList, Qt.QObject) Constructor
QProcess(void *) Constructor
QProcess Methods
QProcess.AddArgument Method
QProcess.Arguments Method
QProcess.CanReadLineStderr Method
QProcess.CanReadLineStdout Method
QProcess.ClearArguments Method
QProcess.CloseStdin Method
QProcess.ConnectNotify Method
QProcess.DisconnectNotify Method
QProcess.ExitStatus Method
QProcess.Finalize Method
QProcess.FlushStdin Method
QProcess.IsRunning Method
QProcess.Kill Method
QProcess.Launch(System.String, Qt.QStringList) Method
QProcess.Launch(byte[], Qt.QStringList) Method
QProcess.Launch(System.String) Method
QProcess.Launch(byte[]) Method
QProcess.NormalExit Method
QProcess.ProcessIdentifier Method
QProcess.ReadLineStderr Method
QProcess.ReadLineStdout Method
QProcess.ReadStderr Method
QProcess.ReadStdout Method
QProcess.SetArguments Method
QProcess.SetCommunication Method
QProcess.SetWorkingDirectory Method
QProcess.Start(Qt.QStringList) Method
QProcess.Start() Method
QProcess.TheCommunication Method
QProcess.TryTerminate Method
QProcess.WorkingDirectory Method
QProcess.WriteToStdin(byte[]) Method
QProcess.WriteToStdin(System.String) Method
public void QProcess(Qt.QObject parent, System.String name);
Qt.QProcess Class, Qt Namespace
public void QProcess(System.String arg0, Qt.QObject parent, System.String name);
Qt.QProcess Class, Qt Namespace
public void QProcess(Qt.QStringList args, Qt.QObject parent, System.String name);
Qt.QProcess Class, Qt Namespace
public void QProcess();
Qt.QProcess Class, Qt Namespace
public void QProcess(Qt.QObject parent);
Qt.QProcess Class, Qt Namespace
public void QProcess(System.String arg0);
Qt.QProcess Class, Qt Namespace
public void QProcess(System.String arg0, Qt.QObject parent);
Qt.QProcess Class, Qt Namespace
public void QProcess(Qt.QStringList args);
Qt.QProcess Class, Qt Namespace
public void QProcess(Qt.QStringList args, Qt.QObject parent);
Qt.QProcess Class, Qt Namespace
public void QProcess(void * ptr);
Qt.QProcess Class, Qt Namespace
public void AddArgument(System.String arg);
Qt.QProcess Class, Qt Namespace
public Qt.QStringList Arguments();
Qt.QProcess Class, Qt Namespace
public bool CanReadLineStderr();
Qt.QProcess Class, Qt Namespace
public bool CanReadLineStdout();
Qt.QProcess Class, Qt Namespace
public void ClearArguments();
Qt.QProcess Class, Qt Namespace
public void CloseStdin();
Qt.QProcess Class, Qt Namespace
protected void ConnectNotify(System.String signal);
Qt.QProcess Class, Qt Namespace
protected void DisconnectNotify(System.String signal);
Qt.QProcess Class, Qt Namespace
public int ExitStatus();
Qt.QProcess Class, Qt Namespace
protected override void Finalize();
Qt.QProcess Class, Qt Namespace
public void FlushStdin();
Qt.QProcess Class, Qt Namespace
public bool IsRunning();
Qt.QProcess Class, Qt Namespace
public void Kill();
Qt.QProcess Class, Qt Namespace
public bool Launch(System.String buf, Qt.QStringList env);
Qt.QProcess Class, Qt Namespace
public bool Launch(byte[] buf, Qt.QStringList env);
Qt.QProcess Class, Qt Namespace
public bool Launch(System.String buf);
Qt.QProcess Class, Qt Namespace
public bool Launch(byte[] buf);
Qt.QProcess Class, Qt Namespace
public bool NormalExit();
Qt.QProcess Class, Qt Namespace
public long ProcessIdentifier();
Qt.QProcess Class, Qt Namespace
public System.String ReadLineStderr();
Qt.QProcess Class, Qt Namespace
public System.String ReadLineStdout();
Qt.QProcess Class, Qt Namespace
public byte[] ReadStderr();
Qt.QProcess Class, Qt Namespace
public byte[] ReadStdout();
Qt.QProcess Class, Qt Namespace
public void SetArguments(Qt.QStringList args);
Qt.QProcess Class, Qt Namespace
public void SetCommunication(int c);
Qt.QProcess Class, Qt Namespace
public void SetWorkingDirectory(Qt.QDir dir);
Qt.QProcess Class, Qt Namespace
public bool Start(Qt.QStringList env);
Qt.QProcess Class, Qt Namespace
public bool Start();
Qt.QProcess Class, Qt Namespace
public int TheCommunication();
Qt.QProcess Class, Qt Namespace
public void TryTerminate();
Qt.QProcess Class, Qt Namespace
public Qt.QDir WorkingDirectory();
Qt.QProcess Class, Qt Namespace
public void WriteToStdin(byte[] buf);
Qt.QProcess Class, Qt Namespace
public void WriteToStdin(System.String buf);
Qt.QProcess Class, Qt Namespace