다음을 통해 공유


IInputStreamReference 인터페이스

정의

Windows 런타임 구성 요소가 캡슐화된 스트림에 순차적으로 읽기 권한을 제공할 수 있도록 합니다.

public interface class IInputStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1133681944, 24265, 19290, 145, 156, 66, 5, 176, 200, 4, 182)]
struct IInputStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1133681944, 24265, 19290, 145, 156, 66, 5, 176, 200, 4, 182)]
public interface IInputStreamReference
Public Interface IInputStreamReference
파생
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

Windows 런타임 구성 요소가 순차적 읽기 전용 스트림을 호출자에게 노출할 때 IInputStreamReference 인터페이스를 구현합니다. 임의 액세스 스트림의 경우 IRandomAccessStreamReference 인터페이스를 구현합니다. IInputStreamReference 인터페이스 구현에 대한 자세한 내용은 IRandomAccessStreamReference의 설명을 참조하세요.

메서드

OpenSequentialReadAsync()

순차적 읽기 액세스를 위한 스트림을 엽니다.

적용 대상

추가 정보