TlbExp.exe | Type Library Exporter
|
Synopsis
tlbexp assembly [options]
Description
Exports a COM typelib derived from
the
public types within the supplied assembly. Differs from
RegAsm.exe in that it doesn't
perform any registration.
Example
tlbexp /out:c.tlb c.dll
Options
- /?, /help
-
Displays usage information and exits.
- /names :file
-
Supplies a filename that controls the capitalization of names in the
type library. Each line in file should
contain one name.
- /nologo
-
Suppresses display of the banner and copyright messages.
- /out :file
-
Specifies the filename of type library.
- /silent
-
Suppresses display of success messages.
- /verbose
-
Displays verbose output.
See Also
TlbImp.exe, RegAsm.exe
|