다음을 통해 공유


StreamResourceInfo 생성자

정의

StreamResourceInfo 클래스의 새 인스턴스를 초기화합니다.

오버로드

StreamResourceInfo()

StreamResourceInfo 클래스의 새 인스턴스를 초기화합니다.

StreamResourceInfo(Stream, String)

제공된 스트림에 따라 StreamResourceInfo 클래스의 새 인스턴스를 초기화합니다.

StreamResourceInfo()

StreamResourceInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 StreamResourceInfo();
public StreamResourceInfo ();
Public Sub New ()

적용 대상

StreamResourceInfo(Stream, String)

제공된 스트림에 따라 StreamResourceInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 StreamResourceInfo(System::IO::Stream ^ stream, System::String ^ contentType);
public StreamResourceInfo (System.IO.Stream stream, string contentType);
new System.Windows.Resources.StreamResourceInfo : System.IO.Stream * string -> System.Windows.Resources.StreamResourceInfo
Public Sub New (stream As Stream, contentType As String)

매개 변수

stream
Stream

참조 스트림입니다.

contentType
String

스트림의 다목적 MIME(인터넷 메일 확장) 콘텐츠 형식입니다.

적용 대상