Environment examples
January 11, 2024 ยท View on GitHub
This folder contains environment examples used by Reference Guide and more.
- environment shows how to use xtd::environment class.
- environment_cancel_signal shows how to use xtd::environment::cancel_signal event.
- environment_command_line shows how to use xtd::environment::command_line method.
- environment_current_directory shows how to use xtd::environment::current_directory method.
- environment_exit shows how to use xtd::environment::exit method.
- environment_exit_code shows how to use xtd::environment::exit_code method.
- environment_expand_environment_variables shows how to use xtd::environment::expand_environment_variables method.
- environment_program_exit shows how to use xtd::environment::program_exit event.
- environment_stack_trace shows how to use xtd::environment::stack_trace method.
- environment_tick_count shows how to use xtd::environment::tick_count method.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name