C# Class System.IO.WindowsRuntimeStreamExtensions

Afficher le fichier Open project: ermau/WinRT.NET

Méthodes publiques

Méthode Description
AsInputStream ( this source ) : IInputStream
AsOutputStream ( this source ) : IOutputStream
AsStream ( this source ) : Stream
OpenRead ( this streamProvider ) : Stream
OpenRead ( this source, long offset ) : Stream
OpenWrite ( this source ) : Stream
OpenWrite ( this source, long offset ) : Stream

Method Details

AsInputStream() public static méthode

public static AsInputStream ( this source ) : IInputStream
source this
Résultat IInputStream

AsOutputStream() public static méthode

public static AsOutputStream ( this source ) : IOutputStream
source this
Résultat IOutputStream

AsStream() public static méthode

public static AsStream ( this source ) : Stream
source this
Résultat Stream

OpenRead() public static méthode

public static OpenRead ( this streamProvider ) : Stream
streamProvider this
Résultat Stream

OpenRead() public static méthode

public static OpenRead ( this source, long offset ) : Stream
source this
offset long
Résultat Stream

OpenWrite() public static méthode

public static OpenWrite ( this source ) : Stream
source this
Résultat Stream

OpenWrite() public static méthode

public static OpenWrite ( this source, long offset ) : Stream
source this
offset long
Résultat Stream