3 overrides of GetDirectoryEntry
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
648public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1018public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1162public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }