10 namespace reflection {
43 const
string& configuration() const noexcept;
47 const
string& copyright() const noexcept;
51 const
string& culture() const noexcept;
55 const
string& description() const noexcept;
59 const
string& file_version() const noexcept;
63 const
string&
guid() const noexcept;
67 const
string& identifier() const noexcept;
71 string location() const noexcept;
75 const
string& name() const noexcept;
79 const
string& product() const noexcept;
83 string location_path() const noexcept;
87 const
string& title() const noexcept;
91 const
string& trademarks() const noexcept;
103 static const
assembly& get_executing_assembly() noexcept;
117 string configuration_;
121 string file_version_;
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Represents an assembly, which is a reusable, versionable, and self-describing building block of an ap...
Definition assembly.h:26
const string & company() const noexcept
Gets company name information.
Represents the version number of an assembly, operating system, or the xtd. This class cannot be inhe...
Definition version.h:114
#define core_export_
Define shared library export.
Definition core_export.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition guid.h:24