FileStream Methods |
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
LogFileOperation |
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
| |
New(String, FileMode) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess, FileShare) |
Initializes new instance and intializes new system file stream.
| |
New(String, FileMode, FileAccess, FileShare, Int32) |
Initializes new instance and intializes new system file stream.
|