5 #include "../event_args.h" 6 #include "../ustring.h" 11 namespace diagnostics {
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition: event_args.h:18
data_received_event_args()=default
Initializes a new instance of the data_received_event_args class.
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition: data_received_event_args.h:26
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
data_received_event_args(const xtd::ustring &data)
Initializes a new instance of the data_received_event_args class.
Definition: data_received_event_args.h:36
const xtd::ustring & data() const noexcept
Gets the line of characters that was written to a redirected Process output stream.
Definition: data_received_event_args.h:50