FileStreamWrapper.Init Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| 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)
Paramètres
- sFileName
- String
- bOpenExisting
- Boolean
Implémente
S’applique à
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)
Paramètres
- sFileName
- String
- bOpenExisting
- Boolean
- iBufferSize
- Int32