C# Class Windows.Devices.Enumeration.DeviceThumbnail
Datei anzeigen
Open project: shiftkey/winrt-backport-hilarity
Class Usage Examples
Public Methods
Method Details
CloneStream()
public method
public CloneStream ( ) : IRandomAccessStream |
return |
IRandomAccessStream |
|
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
| |
public Seek ( [ position ) : void |
position |
[ |
|
return |
void |
|
WriteAsync()
public method
public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress |
buffer |
[ |
|
return |
uint>.IAsyncOperationWithProgress
| |