C# Class Windows.Devices.Enumeration.DeviceThumbnail

Inheritance: IRandomAccessStreamWithContentType, IRandomAccessStream, IClosable, IInputStream, IOutputStream, IContentTypeProvider
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

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

Method Details

CloneStream() public method

public CloneStream ( ) : IRandomAccessStream
return IRandomAccessStream

Close() public method

public Close ( ) : void
return void

FlushAsync() public method

public FlushAsync ( ) : IAsyncOperation
return IAsyncOperation

GetInputStreamAt() public method

public GetInputStreamAt ( [ position ) : IInputStream
position [
return IInputStream

GetOutputStreamAt() public method

public GetOutputStreamAt ( [ position ) : IOutputStream
position [
return IOutputStream

ReadAsync() public method

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

Seek() public method

public Seek ( [ position ) : void
position [
return void

WriteAsync() public method

public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress
buffer [
return uint>.IAsyncOperationWithProgress