Class ProcessDataReceivedEventArgs
Event data for redirected output from a process.
Inheritance
System.Object
System.EventArgs
ProcessDataReceivedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes
Assembly: Fs.Processes.dll
Syntax
public class ProcessDataReceivedEventArgs : EventArgs
Properties
| Improve this Doc View SourceData
The data read from the process's output.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
System.String |