#include <xtd/forms/application>
#include <xtd/forms/button>
#include <xtd/forms/form>
#include <xtd/environment>
auto main() -> int {
auto main_form =
form::create(string::format(
"Restart {} times", restart_count));
}
static void set_environment_variable(const xtd::string &variable, const xtd::string &value)
Creates, modifies, or deletes an environment variable stored in the current process.
static xtd::string get_environment_variable(const xtd::string &variable)
Retrieves the value of an environment variable from the current process.
box_integer< int32 > int32_object
Represent a boxed int32.
Definition int32_object.hpp:29
value_t parse(const std::string &str)
Convert a string into a type.
Definition parse.hpp:34
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8