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