C# Class LocalMemoryStream

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

Méthodes publiques

Méthode Description
Clone ( ) : LocalMemoryStream,
SetCanRead ( bool CanRead ) : void
SetCanSeek ( bool CanSeek ) : void
SetCanWrite ( bool CanWrite ) : void
readAppFileAsync ( string testFile ) : Task

Method Details

Clone() public méthode

public Clone ( ) : LocalMemoryStream,
Résultat LocalMemoryStream,

SetCanRead() public méthode

public SetCanRead ( bool CanRead ) : void
CanRead bool
Résultat void

SetCanSeek() public méthode

public SetCanSeek ( bool CanSeek ) : void
CanSeek bool
Résultat void

SetCanWrite() public méthode

public SetCanWrite ( bool CanWrite ) : void
CanWrite bool
Résultat void

readAppFileAsync() public static méthode

public static readAppFileAsync ( string testFile ) : Task
testFile string
Résultat Task