1 instantiation of DirectoryEntry
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
238
directoryEntry = new
DirectoryEntry
(paths[i]);
33 references to DirectoryEntry
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
233
DirectoryEntry
directoryEntry = null;
System.DirectoryServices (32)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (32)
138
public System.DirectoryServices.
DirectoryEntry
Add(string name, string schemaClassName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
139
public System.DirectoryServices.
DirectoryEntry
Find(string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
140
public System.DirectoryServices.
DirectoryEntry
Find(string name, string? schemaClassName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
142
public void Remove(System.DirectoryServices.
DirectoryEntry
entry) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
160
public System.DirectoryServices.
DirectoryEntry
Parent { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
168
public System.DirectoryServices.
DirectoryEntry
SchemaEntry { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
175
public System.DirectoryServices.
DirectoryEntry
CopyTo(System.DirectoryServices.
DirectoryEntry
newParent) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
176
public System.DirectoryServices.
DirectoryEntry
CopyTo(System.DirectoryServices.
DirectoryEntry
newParent, string? newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
183
public void MoveTo(System.DirectoryServices.
DirectoryEntry
newParent) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
184
public void MoveTo(System.DirectoryServices.
DirectoryEntry
newParent, string? newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
204
public DirectorySearcher(System.DirectoryServices.
DirectoryEntry
? searchRoot) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
205
public DirectorySearcher(System.DirectoryServices.
DirectoryEntry
? searchRoot, string? filter) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
206
public DirectorySearcher(System.DirectoryServices.
DirectoryEntry
? searchRoot, string? filter, string[]? propertiesToLoad) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
207
public DirectorySearcher(System.DirectoryServices.
DirectoryEntry
? searchRoot, string? filter, string[]? propertiesToLoad, System.DirectoryServices.SearchScope scope) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
236
public System.DirectoryServices.
DirectoryEntry
? SearchRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
470
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
535
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
594
public abstract System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry();
648
public override System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
673
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
720
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
786
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
827
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
843
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
892
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1018
public override System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1067
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1105
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1162
public override System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1541
public System.DirectoryServices.
DirectoryEntry
GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }