Метод |
Описание |
|
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 |
|
|