StreamResourceInfo Constructors

Definition

Initializes a new instance of the StreamResourceInfo class.

Overloads

StreamResourceInfo()

Initializes a new instance of the StreamResourceInfo class.

StreamResourceInfo(Stream, String)

Initializes a new instance of the StreamResourceInfo class based on a provided stream.

StreamResourceInfo()

Initializes a new instance of the StreamResourceInfo class.

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

Applies to

StreamResourceInfo(Stream, String)

Initializes a new instance of the StreamResourceInfo class based on a provided stream.

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)

Parameters

stream
Stream

The reference stream.

contentType
String

The Multipurpose Internet Mail Extensions (MIME) content type of the stream.

Applies to