Skip to content

Commit fef94b4

Browse files
author
Ron Petrusha
authored
Corrected file extension for tlbimp.exe (#6294)
1 parent 5a5fae3 commit fef94b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/interop/how-to-generate-interop-assemblies-from-type-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ The [Type Library Importer (Tlbimp.exe)](../../../docs/framework/tools/tlbimp-ex
2626
The following command produces the Loanlib.dll assembly in the `Loanlib` namespace.
2727

2828
```
29-
tlbimp Loanlib.dll
29+
tlbimp Loanlib.tlb
3030
```
3131

3232
The following command produces an interop assembly with an altered name (LOANLib.dll).
3333

3434
```
35-
tlbimp LoanLib.dll /out: LOANLib.dll
35+
tlbimp LoanLib.tlb /out: LOANLib.dll
3636
```
3737

3838
## See Also

0 commit comments

Comments
 (0)