#include <application_informations.h>
Specifies the application informations.
- Namespace
- xtd::forms
- Library
- xtd.forms
- Examples
- The following code example demonstrate the use of application_informations class.
Inherits xtd::object.
|
| object ()=default |
| Create a new instance of the ultimate base class object.
|
|
virtual bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object.
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type.
|
|
template<typename object_t > |
std::unique_ptr< object_t > | memberwise_clone () const |
| Gets the type of the current instance.
|
|
virtual xtd::ustring | to_string () const noexcept |
| Returns a std::string that represents the current object.
|
|
◆ company_name() [1/2]
static const xtd::ustring & xtd::forms::application_informations::company_name |
( |
| ) |
|
|
inlinestatic |
Gets the company name associated with the application.
- Returns
- The company name.
◆ company_name() [2/2]
static void xtd::forms::application_informations::company_name |
( |
const xtd::ustring & |
company_name | ) |
|
|
inlinestatic |
Sets the company name associated with the application.
- Parameters
-
company_name | The company name. |
◆ product_description() [1/2]
static xtd::ustring xtd::forms::application_informations::product_description |
( |
| ) |
|
|
inlinestatic |
Gets the product description associated with the application.
- Returns
- The product description.
◆ product_description() [2/2]
static void xtd::forms::application_informations::product_description |
( |
const xtd::ustring & |
product_description | ) |
|
|
inlinestatic |
Sets the product description associated with the application.
- Parameters
-
product_name | The product description. |
◆ product_name() [1/2]
static xtd::ustring xtd::forms::application_informations::product_name |
( |
| ) |
|
|
inlinestatic |
Gets the product name associated with the application.
- Returns
- The product name.
◆ product_name() [2/2]
static void xtd::forms::application_informations::product_name |
( |
const xtd::ustring & |
product_name | ) |
|
|
inlinestatic |
Sets the product name associated with the application.
- Parameters
-
product_name | The product name. |
◆ product_version() [1/2]
static xtd::ustring xtd::forms::application_informations::product_version |
( |
| ) |
|
|
inlinestatic |
Gets the product version associated with the application.
- Returns
- The product version.
◆ product_version() [2/2]
static void xtd::forms::application_informations::product_version |
( |
const xtd::ustring & |
product_version | ) |
|
|
inlinestatic |
Sets the product version associated with the application.
- Parameters
-
product_version | The product version. |
The documentation for this class was generated from the following file: