Represents a xtd library that contains name, version and paths.
Properties | |
const xtd::ustring & | include_path () const noexcept |
Gets The inlcude path of the library. More... | |
const xtd::ustring & | library_path () const noexcept |
Gets The library path of the library. More... | |
const xtd::ustring & | name () const noexcept |
Gets The name of the library. More... | |
const xtd::ustring & | resources_path () const noexcept |
Gets The resource path of the library. More... | |
const xtd::version & | version () const noexcept |
Gets The version of the library. More... | |
Methods | |
xtd::ustring | to_string () const noexcept override |
Returns a sxd::ustring that represents the current object. More... | |
Additional Inherited Members | |
![]() | |
object ()=default | |
Create a new instance of the ultimate base class object. More... | |
bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. More... | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. More... | |
virtual type_object | get_type () const noexcept |
Gets the type of the current instance. More... | |
template<typename object_t > | |
std::unique_ptr< object_t > | memberwise_clone () const noexcept |
Creates a shallow copy of the current object. More... | |
![]() | |
static bool | equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are considered equal. More... | |
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are the same instance. More... | |
|
noexcept |
Gets The inlcude path of the library.
|
noexcept |
Gets The library path of the library.
|
noexcept |
Gets The name of the library.
|
noexcept |
Gets The resource path of the library.
|
overridevirtualnoexcept |
Returns a sxd::ustring that represents the current object.
Reimplemented from xtd::object.
|
noexcept |
Gets The version of the library.