15 references to ActiveDirectorySite
System.DirectoryServices (15)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (15)
784public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 785public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite GetComputerSite() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 793public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 794public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 796public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 797public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 798public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 799public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 800public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 806public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 887public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite? Site { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1489public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1490public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1491public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1492public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }