5#include "../event_args.hpp" 
    6#include "../string.hpp" 
   11  namespace diagnostics {
 
Represents text as a sequence of character units.
Definition basic_string.hpp:79
 
Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::...
Definition data_received_event_args.hpp: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.hpp: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.hpp:38
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10