Anyone know all Method Name of DirectoryEntry.Invoke
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)
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)