64 const
string&
guid() const noexcept;
76 const
string&
name() const noexcept;
88 const
string&
title() const noexcept;
105 bool equals(const
object& obj) const noexcept override;
135 string configuration_;
139 string file_version_;
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
string location_path() const noexcept
Gets the path for the executable file that started the application, not including the executable name...
const string & version() const noexcept
Gets version information.
xtd::size get_hash_code() const noexcept override
Serves as a hash function for a particular type.
assembly()=default
Initializes a new instance of the xtd::reflection::assembly class.
static const assembly & get_executing_assembly() noexcept
Gets the assembly that contains the code that is currently executing.
const string & culture() const noexcept
Gets culture information.
const string & name() const noexcept
Gets name information.
const string & company() const noexcept
Gets company name information.
const string & description() const noexcept
Gets decription information.
const string & guid() const noexcept
Gets guid information.
const string & identifier() const noexcept
Gets identifier information.
const string & copyright() const noexcept
Initializes a new instance of the xtd::reflection::assembly_copyright_attribute class.
const string & product() const noexcept
Gets product information.
const string & configuration() const noexcept
Gets assembly configuration information.
const string & file_version() const noexcept
Gets file version information.
string location() const noexcept
Gets the location of the executable file.
const string & trademarks() const noexcept
Gets trademark information.
const string & title() const noexcept
Gets title information.
bool equals(const object &obj) const noexcept override
Determines whether the specified object is equal to the current object.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
@ other
The operating system is other.
Definition platform_id.hpp:58
Contains xtd::iequatable interface.
The xtd::reflection namespace contains types that retrieve information about assemblies,...
Definition assembly.hpp:11
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::object class.
Contains xtd::string alias.