public sealed class FileState : IFileState
Public NotInheritable Class FileState
Implements IFileState
public ref class FileState sealed : IFileState
[<SealedAttribute>]
type FileState =
class
interface IFileState
end
FileState | Создаёт экземпляр класса с указанием значений его свойств. |
Category | Категория файла или null, если файл не имеет категории. |
Name | Имя файла. |
Origin | Исходный файл, из которого был скопирован текущий файл, или null, если текущий файл не был скопирован. |
Type | Тип файла. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsDependentFileProperty | Возвращает признак того, что свойство файла с заданным именем зависит от его состояния, т.е. изменение свойства также изменит и состояние файла. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |