Compile time attributes make it possible to control most aspects of the veiling process directly in source code.
To define these settings in code you must add a reference to the DeployLX.CodeVeil.CompileTime.v5.dll assembly to your project and import the DeployLX.CodeVeil.CompileTime.v5 namespace.
When the project is veiled, the attribute settings are read and then removed from the protected assembly along with the reference to the compile time assembly.
There are several assemblies that can be applied to the assembly or invididual members. See the Compile Time Attributes reference topic for a list of available attributes.
The Assembly Attribute Tray in the Assembly Editor and Member Overrides Form include ready to copy code using Compile Time Attributes to achieve the same effects as the selected settings.