Mono Class Library: Overview

System.IO.DirectoryInfo: Members

The members of System.IO.DirectoryInfo are listed below.

See Also: Inherited members from System.IO.FileSystemInfo

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
Existsbool. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
ParentDirectoryInfo. Documentation for this section has not yet been entered.
[read-only]
RootDirectoryInfo. Documentation for this section has not yet been entered.

Public Methods

Create()
Documentation for this section has not yet been entered.
Create(System.Security.AccessControl.DirectorySecurity)
Documentation for this section has not yet been entered.
CreateSubdirectory(string) : DirectoryInfo
Documentation for this section has not yet been entered.
CreateSubdirectory(string, System.Security.AccessControl.DirectorySecurity) : DirectoryInfo
Documentation for this section has not yet been entered.
override
Delete()
Documentation for this section has not yet been entered.
Delete(bool)
Documentation for this section has not yet been entered.
GetAccessControl() : System.Security.AccessControl.DirectorySecurity
Documentation for this section has not yet been entered.
GetAccessControl(System.Security.AccessControl.AccessControlSections) : System.Security.AccessControl.DirectorySecurity
Documentation for this section has not yet been entered.
GetDirectories() : DirectoryInfo[]
Documentation for this section has not yet been entered.
GetDirectories(string) : DirectoryInfo[]
Documentation for this section has not yet been entered.
GetDirectories(string, SearchOption) : DirectoryInfo[]
Documentation for this section has not yet been entered.
GetFiles() : FileInfo[]
Returns all files in this directory
GetFiles(string) : FileInfo[]
Documentation for this section has not yet been entered.
GetFiles(string, SearchOption) : FileInfo[]
Documentation for this section has not yet been entered.
GetFileSystemInfos() : FileSystemInfo[]
Documentation for this section has not yet been entered.
GetFileSystemInfos(string) : FileSystemInfo[]
Documentation for this section has not yet been entered.
MoveTo(string)
Documentation for this section has not yet been entered.
SetAccessControl(System.Security.AccessControl.DirectorySecurity)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.