#include "../attribute.h"
Contains xtd::reflection::assembly_file_version_attribute attribute.
Go to the source code of this file.
Classes | |
class | xtd::reflection::assembly_file_version_attribute |
Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number. More... | |
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
xtd::reflection | |
The xtd::reflection namespace contains types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. To dynamically create types, use the System.Reflection.Emit namespace. | |
Macros | |
#define | assembly_file_version_(version) xtd::reflection::assembly_file_version_attribute __assembly_file_version_attribute {version, xtd::object()} |
Sets the assembly file version information. Must be called once in your application. More... | |