C# (CSharp) ProcessCaller 네임스페이스

클래스들

이름 설명
AlreadyRunningException Exception thrown by AsyncUtils.AsyncOperation.Start when an operation is already in progress.
AsyncOperation This base class is designed to be used by lengthy operations that wish to support cancellation. It also allows those operations to invoke delegates on the UI Thread of a hosting control.
DataReceivedEventArgs Event Args for above delegate
ProcessCaller This class can launch a process (like a bat file, perl script, etc) and return all of the StdOut and StdErr to GUI app for display in textboxes, etc.