Click or drag to resize

JumboFileSystemEntry Class

Provides information about a file accessible from a JumboFileSystemEntry
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
[SerializableAttribute]
public abstract class JumboFileSystemEntry

The JumboFileSystemEntry type exposes the following members.

Constructors
  NameDescription
Protected methodJumboFileSystemEntry
Initializes a new instance of the JumboFileSystemEntry class.
Top
Properties
  NameDescription
Public propertyDateCreated
Gets the date and time the file system entry was created.
Public propertyFullPath
Gets the absolute path to the file system entry.
Public propertyName
Gets the name of the file system entry.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromFileSystemInfo(FileSystemInfo, String)
Creates a JumboFileSystemEntry instance for a local file or directory from a FileSystemInfo.
Public methodStatic memberFromFileSystemInfo(FileSystemInfo, String, Boolean)
Creates a JumboFileSystemEntry instance for a local file or directory from a FileSystemInfo.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldStatic memberListingEntryFormat
The format string for printing entries in a directory listing.
Top
See Also