coconet
4/14/2008 9:01:00 PM
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.