FileStreamWriter.Init Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Init(String) | |
Init(String, Boolean) |
Init(String)
public:
virtual void Init(System::String ^ sFileName);
public void Init (string sFileName);
abstract member Init : string -> unit
override this.Init : string -> unit
Public Sub Init (sFileName As String)
Parameters
- sFileName
- String
Implements
Applies to
Init(String, Boolean)
public:
virtual void Init(System::String ^ sFileName, bool bOpenExisting);
public void Init (string sFileName, bool bOpenExisting);
abstract member Init : string * bool -> unit
override this.Init : string * bool -> unit
Public Sub Init (sFileName As String, bOpenExisting As Boolean)
Parameters
- sFileName
- String
- bOpenExisting
- Boolean