May 2006
Intermediate to advanced
512 pages
11h 17m
English
Throughout the book, we have mentioned that it is useful and occasionally even necessary to do some kind of COM interop with ADSI when using System.DirectoryServices (SDS). For example, it is useful for harnessing the IADsNameTranslate interface and it is necessary for setting attributes with the LargeInteger syntax (2.5.5.16, see Chapter 6).
There are actually three different approaches we can use for COM interop:
• The “standard” method, where an interop assembly is generated with tlbimp.exe or by setting a COM reference to activeds.tlb in Visual Studio .NET
• The reflection method, where we use types in the System.Reflection namespace to discover and invoke ADSI COM interface methods dynamically ...
Read now
Unlock full access