C# 클래스 Windows.Devices.Enumeration.DeviceThumbnail

상속: IRandomAccessStreamWithContentType, IRandomAccessStream, IClosable, IInputStream, IOutputStream, IContentTypeProvider
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
CloneStream ( ) : IRandomAccessStream
Close ( ) : void
FlushAsync ( ) : IAsyncOperation
GetInputStreamAt ( [ position ) : IInputStream
GetOutputStreamAt ( [ position ) : IOutputStream
ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress
Seek ( [ position ) : void
WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress

메소드 상세

CloneStream() 공개 메소드

public CloneStream ( ) : IRandomAccessStream
리턴 IRandomAccessStream

Close() 공개 메소드

public Close ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

GetInputStreamAt() 공개 메소드

public GetInputStreamAt ( [ position ) : IInputStream
position [
리턴 IInputStream

GetOutputStreamAt() 공개 메소드

public GetOutputStreamAt ( [ position ) : IOutputStream
position [
리턴 IOutputStream

ReadAsync() 공개 메소드

public ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress
buffer [
count [
options [
리턴 uint>.IAsyncOperationWithProgress

Seek() 공개 메소드

public Seek ( [ position ) : void
position [
리턴 void

WriteAsync() 공개 메소드

public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress
buffer [
리턴 uint>.IAsyncOperationWithProgress