xtd 0.2.0
assembly_configuration_attribute.h File Reference
#include "../attribute.h"

Definition

Include dependency graph for assembly_configuration_attribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xtd::reflection::assembly_configuration_attribute
 Specifies the build configuration, such as retail or debug, for an assembly. 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_configuration_(configuration)   xtd::reflection::assembly_configuration_attribute __assembly_configuration_attribute {configuration, xtd::object()}
 Sets the assembly configuration information. Must be called once in your application. More...