xtd 0.2.0
Loading...
Searching...
No Matches
xtd::reflection::assembly_product_attribute Class Referencefinal
Inheritance diagram for xtd::reflection::assembly_product_attribute:
xtd::attribute xtd::iequatable< xtd::reflection::assembly_product_attribute > xtd::object xtd::interface xtd::extensions::equality_operators< type_t, equatable_t >

Definition

Defines a product name custom attribute for an assembly manifest.

class assembly_product_attribute final : public xtd::attribute, public xtd::iequatable<xtd::reflection::assembly_product_attribute>;
Represents the base class for custom attributes.
Definition attribute.hpp:25
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Defines a product name custom attribute for an assembly manifest.
Definition assembly_product_attribute.hpp:26
Inheritance
xtd::objectxtd::attributextd::reflection::assembly_product_attribute
Header
#include <xtd/reflection/assembly_product_attribute>
Namespace
xtd::reflection
Library
xtd.core

Protected Member Functions

xtd::sptr< objectget_type_id () const noexcept override
 When implemented in a derived class, gets a unique identifier for this attribute.
 
- Protected Member Functions inherited from xtd::attribute
 attribute ()=default
 Initializes a new instance of the attribute class.
 

Public Constructors

 assembly_product_attribute (const string &product)
 Initializes a new instance of the xtd::reflection::assembly_product_attribute class.
 
const stringproduct () const noexcept
 Gets product information.
 

Public Methods

bool equals (const object &obj) const noexcept override
 Determines whether the specified object is equal to the current object.
 
bool equals (const assembly_product_attribute &other) const noexcept override
 Determines whether the specified object is equal to the current object.
 
xtd::size get_hash_code () const noexcept override
 Serves as a hash function for a particular type.
 

Additional Inherited Members

- Public Member Functions inherited from xtd::attribute
xtd::sptr< objecttype_id () const noexcept
 When implemented in a derived class, gets a unique identifier for this attribute.
 
- Public Member Functions inherited from xtd::object
 object ()=default
 Create a new instance of the ultimate base class object.
 
virtual type_object get_type () const noexcept
 Gets the type of the current instance.
 
template<class object_t >
xtd::uptr< object_t > memberwise_clone () const
 Creates a shallow copy of the current object.
 
virtual xtd::string to_string () const noexcept
 Returns a xtd::string that represents the current object.
 
- Public Member Functions inherited from xtd::iequatable< xtd::reflection::assembly_product_attribute >
- Static Public Member Functions inherited from xtd::object
template<class object_a_t , class object_b_t >
static bool equals (const object_a_t &object_a, const object_b_t &object_b) noexcept
 Determines whether the specified object instances are considered equal.
 
template<class object_a_t , class object_b_t >
static bool reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept
 Determines whether the specified object instances are the same instance.
 

Constructor & Destructor Documentation

◆ assembly_product_attribute()

xtd::reflection::assembly_product_attribute::assembly_product_attribute ( const string product)
explicit

Initializes a new instance of the xtd::reflection::assembly_product_attribute class.

Parameters
productThe product information.

Member Function Documentation

◆ product()

const string & xtd::reflection::assembly_product_attribute::product ( ) const
noexcept

Gets product information.

Returns
A string containing the product information.

◆ equals() [1/2]

bool xtd::reflection::assembly_product_attribute::equals ( const object obj) const
overridevirtualnoexcept

Determines whether the specified object is equal to the current object.

Parameters
objThe object to compare with the current object.
Returns
true if the specified object is equal to the current object. otherwise, false.

Reimplemented from xtd::object.

◆ equals() [2/2]

bool xtd::reflection::assembly_product_attribute::equals ( const assembly_product_attribute other) const
overridevirtualnoexcept

Determines whether the specified object is equal to the current object.

Parameters
otherThe object to compare with the current object.
Returns
true if the specified object is equal to the current object. otherwise, false.

Implements xtd::iequatable< xtd::reflection::assembly_product_attribute >.

◆ get_hash_code()

xtd::size xtd::reflection::assembly_product_attribute::get_hash_code ( ) const
overridevirtualnoexcept

Serves as a hash function for a particular type.

Returns
A hash code for the current object.

Reimplemented from xtd::object.

◆ get_type_id()

xtd::sptr< object > xtd::reflection::assembly_product_attribute::get_type_id ( ) const
overrideprotectedvirtualnoexcept

When implemented in a derived class, gets a unique identifier for this attribute.

Remarks
As implemented, this identifier is merely the Type of the attribute. However, it is intended that the unique identifier be used to identify two attributes of the same type.

Implements xtd::attribute.


The documentation for this class was generated from the following file: