C# Class Windows.Storage.FileIO

Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

Méthode Description
ReadBufferAsync ( [ file ) : IAsyncOperation
WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction

Private Methods

Méthode Description
AppendLinesAsync ( [ file, [ lines ) : IAsyncAction
AppendLinesAsync ( [ file, [ lines, [ encoding ) : IAsyncAction
AppendTextAsync ( [ file, [ contents ) : IAsyncAction
AppendTextAsync ( [ file, [ contents, [ encoding ) : IAsyncAction
ReadLinesAsync ( [ file ) : IAsyncOperation>
ReadLinesAsync ( [ file, [ encoding ) : IAsyncOperation>
ReadTextAsync ( [ file ) : IAsyncOperation
ReadTextAsync ( [ file, [ encoding ) : IAsyncOperation
WriteLinesAsync ( [ file, [ lines ) : IAsyncAction
WriteLinesAsync ( [ file, [ lines, [ encoding ) : IAsyncAction
WriteTextAsync ( [ file, [ contents ) : IAsyncAction
WriteTextAsync ( [ file, [ contents, [ encoding ) : IAsyncAction

Method Details

ReadBufferAsync() public static méthode

public static ReadBufferAsync ( [ file ) : IAsyncOperation
file [
Résultat IAsyncOperation

WriteBufferAsync() public static méthode

public static WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
Résultat IAsyncAction

WriteBytesAsync() public static méthode

public static WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
Résultat IAsyncAction