C# 클래스 Windows.Storage.PathIO

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ReadBufferAsync() 공개 정적인 메소드

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

WriteBufferAsync() 공개 정적인 메소드

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

WriteBytesAsync() 공개 정적인 메소드

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