Show / Hide Table of Contents

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 Source

Data

The data read from the process's output.

Declaration
public string Data { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX