Navigation:  Actions > Microsoft .NET > Import Type Library >

Import Type Library Action Options Tab

Previous pageReturn to chapter overviewNext page

This tab of the Import Type Library action configures additional options.

 

Sign with key pair found in key container: Signs the resulting assembly with a strong name using the public/private key pair found in the specified key container (optional).

 

Sign with key pair found in file: Signs the resulting assembly with a strong name using the publisher's official public/private key pair found in filename (optional).

 

Sign with public key in file: Specifies the file containing the public key to use to sign the resulting assembly (optional). If you specify the key container or key file option instead, the action generates the public key from the public/private key pair supplied there. This option supports test key and delay signing scenarios.

 

Delay sign: Specifies to sign the resulting assembly with a strong name using delayed signing. You must specify this option with either the key container, key file, or public key option. For more information on the delayed signing process, see Delay Signing an Assembly.

 

Do not display copyright: Suppresses display of version and copyright.

 

Override executable filename: Overrides the default executable (TlbImp.exe).  If not specified, the 32-bit edition of Visual Build calls the 32-bit version of TlbImp.exe, and the 64-bit edition of Visual Build calls the 64-bit version of TlbImp.exe if available.

 

Additional command-line options: Use this field to enter any additional command-line options to be added to the call that is constructed (optional).