FileStreamFactory Constructor (String, FileMode) |
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
)
Public Sub New (
path As String,
mode As FileMode
)
public:
FileStreamFactory(
String^ path,
FileMode mode
)
new :
path : string *
mode : FileMode -> 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.
See Also