The Type Library Exporter generates a type library that describes the types defined in a common language runtime assembly.

 


TLB Export Options

Files

Assembly

The assembly to export a type library for. 

TypeLibrary Output File

The name of the type library file to generate. If not present the output file will use the same name as the assembly it was exported from. The extension will simply be altered to .tlb. 

Capitalization File

The text file which contains capitalization of names in the type library. The file has the format of one capitalized name per line.

Options

Don't display logo

Whether to log the type library exporters banner or not. This does contain version information which might be useful for debugging scripts at a later date. 

Don't display success messages

Whether to log success messages reported from the type library exporter. The action will still report as successful in the log if this is turned on. The success messages from the type library exporter will simply not occur.