Interface IPluginProcess
public interface IPluginProcess : IDisposable
- Inherited Members
- Extension Methods
Properties
ExitCode
int? ExitCode { get; }
Property Value
- int?
Id
int? Id { get; }
Property Value
- int?
Methods
BeginReadLine()
void BeginReadLine()
CancelRead()
void CancelRead()
Kill()
void Kill()
Events
Exited
event EventHandler<IPluginProcess> Exited
Event Type
LineRead
event EventHandler<LineReadEventArgs> LineRead