NativeFileIOOpenFileStream Method |
Name | Description | |
---|---|---|
![]() ![]() | OpenFileStream(String, FileMode, FileAccess, FileShare) |
Calls Win32 API CreateFile() function and encapsulates returned handle.
|
![]() ![]() | OpenFileStream(String, FileMode, FileAccess, FileShare, Boolean) |
Calls Win32 API CreateFile() function and encapsulates returned handle.
|
![]() ![]() | OpenFileStream(String, FileMode, FileAccess, FileShare, Int32) |
Calls Win32 API CreateFile() function and encapsulates returned handle.
|
![]() ![]() | OpenFileStream(String, FileMode, FileAccess, FileShare, Int32, Boolean) |
Calls Win32 API CreateFile() function and encapsulates returned handle.
|