You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Type Library Importer converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. The output of Tlbimp.exe is a binary file (an assembly) that contains runtime metadata for the types defined within the original type library. You can examine this file with tools such as Ildasm.exe.

Files & Options

Files

Type Library Name

The assembly for which to export a type library for. 

Assembly Output File

Options

Resource ID

Produce interfaces without runtime security checks

Produce a primary interop assembly

Import SAFEARRAY as System.Array

Apply the [out, retval] parameter transformation to methods of disp only interfaces

Namespace

version Number of Assembly 

Framework Version

Use default framework version (vX.X) / Use vX.X

Allows the selection of the .NET version to use for the tool. The minimum is .NET v2.0.

Use 64-bit tools

This options specifies as whether to force the usage of 64-bit tools on a 64-bit system or not.  As FinalBuilder is currently a 32-bit application it will default to running the 32-bit version on a 64-bit system.  Check this option if you require the 64-bit version to be run.

References

References 

Only use assemblies specified here

Strong Name

Public Key File

Key File

Key Container

Delay Sign

Logging

Logging Options

Suppress logo

Display extra information 

Suppress all output except errors

  • No labels