C# Class System.IO.FileStreamHelpers

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CreateFileStream ( string path, bool write, bool append ) : Stream

Private Methods

Méthode Description
GetFileOpenFunction ( ) : FileOpenDelegate

Method Details

CreateFileStream() public static méthode

public static CreateFileStream ( string path, bool write, bool append ) : Stream
path string
write bool
append bool
Résultat Stream