5#include "../event_args.h"
11 namespace diagnostics {
Represents text as a sequence of character units.
Definition basic_string.h:79
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition data_received_event_args.h:28
data_received_event_args()=default
Initializes a new instance of the data_received_event_args class.
const xtd::string & data() const noexcept
Gets the line of characters that was written to a redirected Process output stream.
Definition data_received_event_args.h:52
data_received_event_args(const xtd::string &data)
Initializes a new instance of the data_received_event_args class.
Definition data_received_event_args.h:38
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10