NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdsiBinder Class

A helper class to bind Adsi objects. Basically given a path to an Adsi object, this object retrieves the COM object, wraps it as a managed Object pointer and allows users to retrieve it.

Object
   Component
      AdsiBinder

[Visual Basic]
Public Class AdsiBinder
   Inherits Component
[C#]
public class AdsiBinder : Component
[C++]
public __gc class AdsiBinder : public Component
[JScript]
public class AdsiBinder extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.DirectoryServices

Assembly: System.DirectoryServices.dll

See Also

AdsiBinder Members | System.DirectoryServices Namespace