Hi,
It is the namespace which will contain all the classes tlbimp.exe will
generate in the interop DLL.
For example, if you are creating an interop assembly for, say, MSWord, you
might wish all the interop classes to reside in the Microsoft.Word.Interop
namespace.
> Hi
> I want some information regarding /namespace switch. Is this the name of
[quoted text clipped - 4 lines]
> Best regards
> Farrukh
Farrukh - 20 Apr 2006 09:06 GMT
Hi Dmytro
Thanks a lot for the informative reply.
Yes, this would be the namespace, used to reference the methods, objects
related to the COM object. for instance, using Interop.MSWord.dll, if we
specified namespace such as MyWordMethods, then in our .net code, we can use
MyWordMethods.MSword.SpellCheck.
thanks
Farrukh
> Hi,
>
[quoted text clipped - 13 lines]
>> Best regards
>> Farrukh