This is the complete list of members for xtd::console, including all inherited members.
| auto_flush_out() -> bool | xtd::console | static |
| auto_flush_out(bool value) -> void | xtd::console | static |
| background_color() -> console_color | xtd::console | static |
| background_color(console_color color) -> void | xtd::console | static |
| beep() -> void | xtd::console | static |
| beep(uint32 frequency, uint32 duration) -> void | xtd::console | static |
| buffer_height() -> int32 | xtd::console | static |
| buffer_height(int32 height) -> void | xtd::console | static |
| buffer_width() -> int32 | xtd::console | static |
| buffer_width(int32 width) -> void | xtd::console | static |
| cancel_key_press | xtd::console | static |
| caps_lock() -> bool | xtd::console | static |
| clear() -> void | xtd::console | static |
| cursor_left() -> int32 | xtd::console | static |
| cursor_left(int32 left) -> void | xtd::console | static |
| cursor_size() -> int32 | xtd::console | static |
| cursor_size(int32 size) -> void | xtd::console | static |
| cursor_top() -> int32 | xtd::console | static |
| cursor_top(int32 top) -> void | xtd::console | static |
| cursor_visible() -> bool | xtd::console | static |
| cursor_visible(bool visible) -> void | xtd::console | static |
| error | xtd::console | static |
| foreground_color() -> console_color | xtd::console | static |
| foreground_color(console_color color) -> bool | xtd::console | static |
| get_cursor_position() -> xtd::collections::generic::key_value_pair< int32, int32 > | xtd::console | static |
| in | xtd::console | static |
| input_code_page() -> int32 | xtd::console | static |
| input_code_page(int32 code_page) -> void | xtd::console | static |
| is_error_redirected() -> bool | xtd::console | static |
| is_input_redirected() -> bool | xtd::console | static |
| is_output_redirected() -> bool | xtd::console | static |
| key_available() -> bool | xtd::console | static |
| largest_window_height() -> int32 | xtd::console | static |
| largest_window_width() -> int32 | xtd::console | static |
| number_lock() -> bool | xtd::console | static |
| open_standard_error() -> std::ostream | xtd::console | static |
| open_standard_input() -> std::istream | xtd::console | static |
| open_standard_output() -> std::ostream | xtd::console | static |
| out | xtd::console | static |
| output_code_page() -> int32 | xtd::console | static |
| output_code_page(int32 code_page) -> void | xtd::console | static |
| read() -> int32 | xtd::console | static |
| read_key() -> console_key_info | xtd::console | static |
| read_key(bool intercept) -> console_key_info | xtd::console | static |
| read_key(const string &text) -> console_key_info | xtd::console | static |
| read_key(const string &text, bool intercept) -> console_key_info | xtd::console | static |
| read_line() -> xtd::string | xtd::console | static |
| read_line(bool intercept) -> xtd::string | xtd::console | static |
| read_line(const string &text) -> xtd::string | xtd::console | static |
| read_line(const string &text, bool intercept) -> xtd::string | xtd::console | static |
| reset_color() -> bool | xtd::console | static |
| set_cursor_position(int32 left, int32 top) -> void | xtd::console | static |
| set_error(const std::ostream &os) -> void | xtd::console | static |
| set_in(const std::istream &is) -> void | xtd::console | static |
| set_out(const std::ostream &os) -> void | xtd::console | static |
| set_window_position(int32 left, int32 top) -> void | xtd::console | static |
| set_window_size(int32 width, int32 height) -> void | xtd::console | static |
| title() -> xtd::string | xtd::console | static |
| title(const xtd::string &title) -> void | xtd::console | static |
| treat_control_c_as_input() -> bool | xtd::console | static |
| treat_control_c_as_input(bool treat_control_c_as_input) -> void | xtd::console | static |
| window_height() -> int32 | xtd::console | static |
| window_height(int32 height) -> void | xtd::console | static |
| window_left() -> int32 | xtd::console | static |
| window_left(int32 left) -> void | xtd::console | static |
| window_top() -> int32 | xtd::console | static |
| window_top(int32 top) -> void | xtd::console | static |
| window_width() -> int32 | xtd::console | static |
| window_width(int32 width) -> void | xtd::console | static |
| write(arg_t &&value) -> void | xtd::console | inlinestatic |
| write(const xtd::string &fmt, args_t &&... values) -> void | xtd::console | inlinestatic |
| write_line() -> void | xtd::console | static |
| write_line(arg_t &&value) -> void | xtd::console | inlinestatic |
| write_line(const xtd::string &fmt, args_t &&... values) -> void | xtd::console | inlinestatic |