FileStreamFactory Constructor (String, FileMode, FileAccess) |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public FileStreamFactory(
string path,
FileMode mode,
FileAccess access
)
Public Sub New (
path As String,
mode As FileMode,
access As FileAccess
)
public:
FileStreamFactory(
String^ path,
FileMode mode,
FileAccess access
)
new :
path : string *
mode : FileMode *
access : FileAccess -> FileStreamFactory
Parameters
- path
- Type: SystemString
The 'path' parameter passed to the FileStream constructor. - mode
- Type: System.IOFileMode
The 'mode' parameter passed to the FileStream constructor. - access
- Type: System.IOFileAccess
The 'access' parameter passed to the FileStream constructor.
See Also