Condividi tramite


FileStreamWrapper.Init Metodo

Definizione

Overload

Init(String, Boolean)
Init(String, Boolean, Int32)

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)

Parametri

sFileName
String
bOpenExisting
Boolean

Implementazioni

Si applica a

Init(String, Boolean, Int32)

public:
 virtual void Init(System::String ^ sFileName, bool bOpenExisting, int iBufferSize);
public void Init (string sFileName, bool bOpenExisting, int iBufferSize);
abstract member Init : string * bool * int -> unit
override this.Init : string * bool * int -> unit
Public Sub Init (sFileName As String, bOpenExisting As Boolean, iBufferSize As Integer)

Parametri

sFileName
String
bOpenExisting
Boolean
iBufferSize
Int32

Implementazioni

Si applica a