Mono Class Library: Overview

System.IO.FileInfo: Members

The members of System.IO.FileInfo 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]
DirectoryDirectoryInfo. Documentation for this section has not yet been entered.
[read-only]
DirectoryNamestring. Documentation for this section has not yet been entered.
[read-only]
override
Existsbool. Documentation for this section has not yet been entered.
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
Lengthlong. Returns the size of the file in bytes.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.

Public Methods

AppendText() : StreamWriter
Documentation for this section has not yet been entered.
CopyTo(string) : FileInfo
Documentation for this section has not yet been entered.
CopyTo(string, bool) : FileInfo
Documentation for this section has not yet been entered.
Create() : FileStream
Documentation for this section has not yet been entered.
CreateText() : StreamWriter
Documentation for this section has not yet been entered.
Decrypt()
Documentation for this section has not yet been entered.
override
Delete()
Documentation for this section has not yet been entered.
Encrypt()
Documentation for this section has not yet been entered.
GetAccessControl() : System.Security.AccessControl.FileSecurity
Documentation for this section has not yet been entered.
GetAccessControl(System.Security.AccessControl.AccessControlSections) : System.Security.AccessControl.FileSecurity
Documentation for this section has not yet been entered.
MoveTo(string)
Documentation for this section has not yet been entered.
Open(FileMode) : FileStream
Documentation for this section has not yet been entered.
Open(FileMode, FileAccess) : FileStream
Documentation for this section has not yet been entered.
Open(FileMode, FileAccess, FileShare) : FileStream
Documentation for this section has not yet been entered.
OpenRead() : FileStream
Documentation for this section has not yet been entered.
OpenText() : StreamReader
Documentation for this section has not yet been entered.
OpenWrite() : FileStream
Documentation for this section has not yet been entered.
Replace(string, string) : FileInfo
Documentation for this section has not yet been entered.
Replace(string, string, bool) : FileInfo
Documentation for this section has not yet been entered.
SetAccessControl(System.Security.AccessControl.FileSecurity)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.