Click or drag to resize

ProcessHelper Class

Process Helper
Inheritance Hierarchy
SystemObject
  SHConnector.Utility.ProcessManagerProcessHelper

Namespace:  SHConnector.Utility.ProcessManager
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class ProcessHelper

The ProcessHelper type exposes the following members.

Constructors
  NameDescription
Public methodProcessHelper
Construction
Top
Properties
  NameDescription
Public propertyProcessError
Process에서 발생된 에러
Public propertyProcessLog
Process에서 발생된 로그
Top
Methods
  NameDescription
Public methodStartProcess
Start Process
Public methodStartProcessEx
Start Process Extension
Top
Events
  NameDescription
Public eventDataReceived
Data Received Event Handler
Public eventErrorReceived
Error Received Event Handelr
Top
See Also