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

多用途 Internet 邮件扩展 (MIME) 流的内容类型。

适用于