RAD Studio (Common)
ContentsIndex
PreviousUpNext
Options

Project ManagerRight-click a satellite assemblyOptions command 

Sets the assembly linker (al.exe) options for the satellite assembly selected in the Project Manager.

Item 
Description 
Culture  
Specifies the culture string to associate with the assembly. Select a culture from the drop-down list.
Corresponds to the /culture option.  
Company  
Specifies a string for the Company field in the assembly.
Corresponds to the /company option.  
Configuration  
Specifies a string for the Configuration field in the assembly.
Corresponds to the /configuration option.  
Copyright  
Specifies a string for the Copyright field in the assembly.  
Description  
Specifies a string for the Description field in the assembly.
Corresponds to the /description option.  
Trademark  
Specifies a string for the Trademark field in the assembly.
Corresponds to the /trademark option.  
Product  
Specifies a string for the Product field in the assembly.
Corresponds to the /product option.  
Product Version  
Specifies a string for the Product Version field in the assembly.
Corresponds to the /productversion option.  
Title  
Specifies a string for the Title field in the assembly.
Corresponds to the /title option.  
File Version  
Specifies a string for the File Version field in the assembly.
Corresponds to the /fileversion option.  
Evidence  
Specifies the file to embed in the assembly with the resource name of Security.Evidence.
Corresponds to the /evidence option.  
Keyfile  
Specifies the file that contains a key pair or public key to sign an assembly. The compiler inserts the public key in the assembly manifest and then signs the final assembly with the private key.
Corresponds to the /keyfile option.  
Keyname  
Specifies a container for a key pair. This will sign the assembly with a strong name by inserting a public key into the assembly manifest.
Corresponds to the /keyname option.  

Tip: The attributes listed in the Options
box will be available for viewing with reflection. For more information about the assembly linker, satellite assemblies, and reflection, refer to the .NET Framework SDK online Help.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!