11 references to AdamInstance
System.DirectoryServices (11)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (11)
964public static System.DirectoryServices.ActiveDirectory.AdamInstance FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 965public static System.DirectoryServices.ActiveDirectory.AdamInstance GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 982public System.DirectoryServices.ActiveDirectory.AdamInstance this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 983public bool Contains(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 984public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[] adamInstances, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 985public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1054public System.DirectoryServices.ActiveDirectory.AdamInstance NamingRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1056public System.DirectoryServices.ActiveDirectory.AdamInstance SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1060public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1061public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1062public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string? partitionName, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }