C# 클래스 System.IO.WindowsRuntimeStreamExtensions

파일 보기 프로젝트 열기: ermau/WinRT.NET

공개 메소드들

메소드 설명
AsInputStream ( this source ) : IInputStream
AsOutputStream ( this source ) : IOutputStream
AsStream ( this source ) : Stream
OpenRead ( this streamProvider ) : Stream
OpenRead ( this source, long offset ) : Stream
OpenWrite ( this source ) : Stream
OpenWrite ( this source, long offset ) : Stream

메소드 상세

AsInputStream() 공개 정적인 메소드

public static AsInputStream ( this source ) : IInputStream
source this
리턴 IInputStream

AsOutputStream() 공개 정적인 메소드

public static AsOutputStream ( this source ) : IOutputStream
source this
리턴 IOutputStream

AsStream() 공개 정적인 메소드

public static AsStream ( this source ) : Stream
source this
리턴 Stream

OpenRead() 공개 정적인 메소드

public static OpenRead ( this streamProvider ) : Stream
streamProvider this
리턴 Stream

OpenRead() 공개 정적인 메소드

public static OpenRead ( this source, long offset ) : Stream
source this
offset long
리턴 Stream

OpenWrite() 공개 정적인 메소드

public static OpenWrite ( this source ) : Stream
source this
리턴 Stream

OpenWrite() 공개 정적인 메소드

public static OpenWrite ( this source, long offset ) : Stream
source this
offset long
리턴 Stream