Click or drag to resize

JumboFileSystemEntry Class

Provides information about a file accessible from a JumboFileSystemEntry
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Dfs.FileSystemJumboFileSystemEntry
    Ookii.Jumbo.Dfs.FileSystemJumboDirectory
    Ookii.Jumbo.Dfs.FileSystemJumboFile

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns 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