Метод | Описание | |
---|---|---|
AppendText ( ) : |
Appends the text.
|
|
CopyTo ( string destFileName ) : System.IO.Abstractions.FileInfoBase |
Copies to.
|
|
CopyTo ( string destFileName, bool overwrite ) : System.IO.Abstractions.FileInfoBase |
Copies to.
|
|
Create ( ) : Stream |
Creates this instance.
|
|
CreateText ( ) : |
Creates the text.
|
|
Decrypt ( ) : void |
Decrypts this instance.
|
|
Delete ( ) : void |
Deletes this instance.
|
|
Encrypt ( ) : void |
Encrypts this instance.
|
|
GetAccessControl ( ) : |
Gets the access control.
|
|
GetAccessControl ( AccessControlSections includeSections ) : |
Gets the access control.
|
|
MoveTo ( string destFileName ) : void |
Moves to.
|
|
Open ( FileMode mode ) : Stream |
Opens the specified mode.
|
|
Open ( FileMode mode, FileAccess access ) : Stream |
Opens the specified mode.
|
|
Open ( FileMode mode, FileAccess access, FileShare share ) : Stream |
Opens the specified mode.
|
|
OpenRead ( ) : Stream |
Opens the read.
|
|
OpenText ( ) : |
Opens the text.
|
|
OpenWrite ( ) : Stream |
Opens the write.
|
|
Refresh ( ) : void |
Refreshes this instance.
|
|
Replace ( string destinationFileName, string destinationBackupFileName ) : System.IO.Abstractions.FileInfoBase |
Replaces the specified destination file name.
|
|
Replace ( string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors ) : System.IO.Abstractions.FileInfoBase |
Replaces the specified destination file name.
|
|
SetAccessControl ( |
Sets the access control.
|
public CopyTo ( string destFileName ) : System.IO.Abstractions.FileInfoBase | ||
destFileName | string | Name of the dest file. |
Результат | System.IO.Abstractions.FileInfoBase |
public CopyTo ( string destFileName, bool overwrite ) : System.IO.Abstractions.FileInfoBase | ||
destFileName | string | Name of the dest file. |
overwrite | bool | if set to |
Результат | System.IO.Abstractions.FileInfoBase |
public GetAccessControl ( ) : |
||
Результат |
public GetAccessControl ( AccessControlSections includeSections ) : |
||
includeSections | AccessControlSections | The include sections. |
Результат |
public MoveTo ( string destFileName ) : void | ||
destFileName | string | Name of the dest file. |
Результат | void |
public Open ( FileMode mode ) : Stream | ||
mode | FileMode | The mode. |
Результат | Stream |
public Open ( FileMode mode, FileAccess access ) : Stream | ||
mode | FileMode | The mode. |
access | FileAccess | The access. |
Результат | Stream |
public Open ( FileMode mode, FileAccess access, FileShare share ) : Stream | ||
mode | FileMode | The mode. |
access | FileAccess | The access. |
share | FileShare | The share. |
Результат | Stream |
public Replace ( string destinationFileName, string destinationBackupFileName ) : System.IO.Abstractions.FileInfoBase | ||
destinationFileName | string | Name of the destination file. |
destinationBackupFileName | string | Name of the destination backup file. |
Результат | System.IO.Abstractions.FileInfoBase |
public Replace ( string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors ) : System.IO.Abstractions.FileInfoBase | ||
destinationFileName | string | Name of the destination file. |
destinationBackupFileName | string | Name of the destination backup file. |
ignoreMetadataErrors | bool | if set to |
Результат | System.IO.Abstractions.FileInfoBase |
public SetAccessControl ( |
||
fileSecurity | The file security. | |
Результат | void |