5 references to ReadOnlyActiveDirectorySchemaClassCollection
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
637public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 638public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 639public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllDefunctClasses() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 664public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection PossibleInferiors { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 684public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection schemaClasses) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }