[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Create TLB With Code?

coconet

4/14/2008 7:34:00 PM


Using .NET Framework 3.5, I would like to programatically create a
..tlb (COM Type Library file) for Registration. I do not want to use
regsvcs or any other SDK or Visual Studio-related tool. I just want to
access the classes that do the work with C#.

Thanks.

1 Answer

coconet

4/14/2008 9:01:00 PM

0


Done with TypeLibConverter.ConvertAssemblyToTypeLib()


On Mon, 14 Apr 2008 15:33:58 -0400, coconet <coconet@community.nospam>
wrote:

>
>Using .NET Framework 3.5, I would like to programatically create a
>.tlb (COM Type Library file) for Registration. I do not want to use
>regsvcs or any other SDK or Visual Studio-related tool. I just want to
>access the classes that do the work with C#.
>
>Thanks.