FileStream Constructor
Initializes a new instance of the FileStream class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | FileStream(IntPtr, FileAccess) | Obsolete. Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission. |
![]() | FileStream(IntPtr, FileAccess, Boolean) | Obsolete. Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission and FileStream instance ownership. |
![]() | FileStream(IntPtr, FileAccess, Boolean, Int32) | Obsolete. Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission, FileStream instance ownership, and buffer size. |
![]() | FileStream(IntPtr, FileAccess, Boolean, Int32, Boolean) | Obsolete. Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission, FileStream instance ownership, buffer size, and synchronous or asynchronous state. |
![]() | FileStream(SafeFileHandle, FileAccess) | Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission. |
![]() | FileStream(SafeFileHandle, FileAccess, Int32) | Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission, and buffer size. |
![]() | FileStream(SafeFileHandle, FileAccess, Int32, Boolean) | Initializes a new instance of the FileStream class for the specified file handle, with the specified read/write permission, buffer size, and synchronous or asynchronous state. |
![]() | FileStream(String, FileMode) | Initializes a new instance of the FileStream class with the specified path and creation mode. |
![]() | FileStream(String, FileMode, FileAccess) | Initializes a new instance of the FileStream class with the specified path, creation mode, and read/write permission. |
![]() | FileStream(String, FileMode, FileAccess, FileShare) | Initializes a new instance of the FileStream class with the specified path, creation mode, read/write permission, and sharing permission. |
![]() | FileStream(String, FileMode, FileAccess, FileShare, Int32) | Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, and buffer size. |
![]() | FileStream(String, FileMode, FileAccess, FileShare, Int32, Boolean) | Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, buffer size, and synchronous or asynchronous state. |
![]() | FileStream(String, FileMode, FileAccess, FileShare, Int32, FileOptions) | Initializes a new instance of the FileStream class with the specified path, creation mode, read/write and sharing permission, the access other FileStreams can have to the same file, the buffer size, and additional file options. |
![]() | FileStream(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions) | Initializes a new instance of the FileStream class with the specified path, creation mode, access rights and sharing permission, the buffer size, and additional file options. |
![]() | FileStream(String, FileMode, FileSystemRights, FileShare, Int32, FileOptions, FileSecurity) | Initializes a new instance of the FileStream class with the specified path, creation mode, access rights and sharing permission, the buffer size, additional file options, access control and audit security. |
