C# 클래스 Windows.Storage.FileIO

파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity

공개 메소드들

메소드 설명
ReadBufferAsync ( [ file ) : IAsyncOperation
WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction

비공개 메소드들

메소드 설명
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

메소드 상세

ReadBufferAsync() 공개 정적인 메소드

public static ReadBufferAsync ( [ file ) : IAsyncOperation
file [
리턴 IAsyncOperation

WriteBufferAsync() 공개 정적인 메소드

public static WriteBufferAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
리턴 IAsyncAction

WriteBytesAsync() 공개 정적인 메소드

public static WriteBytesAsync ( [ file, [ buffer ) : IAsyncAction
file [
buffer [
리턴 IAsyncAction