14 references to ActiveDirectorySiteLink
System.DirectoryServices (14)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (14)
825
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
826
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
850
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
851
public int Add(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
853
public void AddRange(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
[] links) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
854
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
855
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
856
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
857
public void Insert(int index, System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
863
public void Remove(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1505
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1506
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1507
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
[] links, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1508
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySiteLink
link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }