|
using | environment_variable_collection = std::vector< std::pair< std::string, std::string > > |
|
using | special_folder_collection = std::vector< std::pair< std::string, std::string > > |
|
using | system_color_collection = std::vector< std::pair< std::string, xtd::drawing::color > > |
|
using | system_font_collection = std::vector< std::pair< std::string, xtd::drawing::font > > |
|
using | system_font_family_collection = std::vector< std::pair< std::string, xtd::drawing::font_family > > |
|
using | system_information_collection = std::vector< std::pair< std::string, std::string > > |
|
using | xtd_library_collection = std::vector< xtd_library > |
|
|
static xtd::compiler | compiler () noexcept |
|
static environment_variable_collection | environment_variables () noexcept |
|
static system_font_family_collection | generic_font_families () noexcept |
|
static xtd::cpp_language | language () noexcept |
|
static std::locale | locale () noexcept |
|
static xtd::operating_system | operating_system () noexcept |
|
static xtd::processor | processor () noexcept |
|
static std::vector< xtd::forms::screen > | screens () noexcept |
|
static special_folder_collection | special_folders () noexcept |
|
static xtd::diagnostics::stack_trace | stack_trace () noexcept |
|
static xtd::diagnostics::stack_trace | stack_trace (size_t skip_frames) noexcept |
|
static system_color_collection | system_colors () noexcept |
|
static system_font_collection | system_fonts () noexcept |
|
static system_information_collection | system_informations () noexcept |
|
static std::string | to_string () noexcept |
|
static std::string | to_xml () noexcept |
|
static xtd_library_collection | xtd_libraries () noexcept |
|
The documentation for this class was generated from the following file: