Method |
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 |
|
|