Alintex Script provides a mechanism by which you can include information about a script, it's author and script code - within the script itself.
This is achieved through the application of an attribute. An attribute is a .NET programming construct through which one can attach information or behavior to a .NET type, module or assembly.
Providing the information in attribute form has the advantage of it being readable in the script itself, as well as being viewable when specifying the command line option, or when viewing a Portable Script (.psf) File Description through the option.
See below for further information about including these attributes in your script.
Contents
enables a script author to provide descriptive information about the script or author within the script itself.
enables a script author to provide descriptive information about program code within the script itself.