Calls a method on the native Active Directory Domain Services object.
Namespace:
System.DirectoryServices
Assembly:
System.DirectoryServices (in System.DirectoryServices.dll)
Visual Basic (Declaration)
Public Function Invoke ( _
methodName As String, _
ParamArray args As Object() _
) As Object
Dim instance As DirectoryEntry
Dim methodName As String
Dim args As Object()
Dim returnValue As Object
returnValue = instance.Invoke(methodName, _
args)
public Object Invoke(
string methodName,
params Object[] args
)
public:
Object^ Invoke(
String^ methodName,
... array<Object^>^ args
)
public function Invoke(
methodName : String,
... args : Object[]
) : Object
Parameters
- methodName
- Type: System..::.String
The name of the method to invoke.
- args
- Type: array<System..::.Object>[]()[]
An array of type Object objects that contains the arguments of the method to invoke.
If the return value of the native method implements the IADs interface, a corresponding DirectoryEntry is returned. For more information about the IADs interface, see the topic IADs in the MSDN Library at http://msdn.microsoft.com/library.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Reference