ansaurus

tags:

  • adsi
  • asp.net
  • c#
  • iis6

views:

707

answers:

2
Q: 

Anyone know all Method Name of DirectoryEntry.Invoke

Anyone know all Method Name of DirectoryEntry.Invoke

A: 

Check out the methods for the ADSI http://msdn.microsoft.com/en-us/library/aa772305%28VS.85%29.aspx

The Invoke calls call the ADSI methods (atleast that is my understanding)

birukw  2009-10-02 14:53:57
+1  A: 

User related:
http://msdn.microsoft.com/library/en-us/adsi/adsi/iadsuser.asp

Group related
http://msdn.microsoft.com/library/en-us/adsi/adsi/iadsgroup.asp

Some others
http://msdn.microsoft.com/library/en-us/adsi/adsi/iads.asp
http://msdn.microsoft.com/library/en-us/adsi/adsi/iadscontainer.asp
http://msdn.microsoft.com/library/en-us/adsi/adsi/iadsnamespaces.asp
http://msdn.microsoft.com/library/en-us/adsi/adsi/iadsopendsobject.asp
http://msdn.microsoft.com/library/en-us/sds/sds/list_of_adsi_interfaces_to_invoke.asp

(taken from: http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21282035.html)

cottsak  2010-02-01 07:26:00

related questions

Displaying Flash content in a C# WinForms application
How to get the value of built, encoded ViewState?
Unhandled Exception Handler in .NET 1.1
How do I connect to a database and loop over a recordset in C#?
How do I most elegantly express left join with aggregate SQL as LINQ query
Get a new object instance from a Type in C#
.NET Testing Framework Advice
Automatically update version number
What is the difference between an int and an Integer in Java/C#?
How to write to Web.Config in Medium Trust ?
WinForms ComboBox data binding gotcha
How do you sort a C# dictionary by value?
Adding Scripting functionality to .NET applications
Floating Point Number parsing: Is there a Catch All algorithm?
How do I print an HTML document from a web service?
Decoding T-SQL CAST in C#/VB.net
Anatomy of a "Memory Leak"
How do I get a distinct, ordered list of names from a DataTable using Linq
Reliable Timer in a Console Application
How do I fill a DataSet or a DataTable from a LINQ query resultset ?
What's the difference between Math.Floor() and Math.Truncate() in .NET?
How do I calculate relative time?
How do I calculate someone's age in C#?
Are there any conversion tools for porting Visual J# code to C#?
When setting a form's opacity should I use a decimal or double?
The questions, topics and answers come from serverfault.com, stackoverflow.com and superuser.com, and are licensed under the cc-wiki license.
© 2010 Chad Scira / icodeforlove