C# Class Windows.Storage.PathIO

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

Méthodes publiques

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

Private Methods

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

Method Details

ReadBufferAsync() public static méthode

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

WriteBufferAsync() public static méthode

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

WriteBytesAsync() public static méthode

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