DirectoryOperation Класс
Определение
DirectoryOperation — абстрактный класс, используемый в качестве базы для элементов запроса и ответа.The DirectoryOperation class is an abstract class used as a base for request and response elements.
public ref class DirectoryOperation abstract
public abstract class DirectoryOperation
type DirectoryOperation = class
Public MustInherit Class DirectoryOperation
- Наследование
-
DirectoryOperation
- Производный
Конструкторы
DirectoryOperation() |
Конструктор DirectoryOperation() создает экземпляр объекта DirectoryOperation.The DirectoryOperation() constructor creates an instance of the DirectoryOperation object. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |