Click or drag to resize

JumboDirectory Methods

The JumboDirectory type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromDirectoryInfo(DirectoryInfo, String)
Creates a JumboDirectory instance for a local directory from a DirectoryInfo.
Public methodStatic memberFromDirectoryInfo(DirectoryInfo, String, Boolean)
Creates a JumboDirectory instance for a local directory from a DirectoryInfo.
Public methodGetChild
Gets the child with the specified name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPrintListing
Prints a listing of the directory.
Public methodToString
Gets a string representation of this directory.
(Overrides ObjectToString.)
Top
See Also