StreamResourceInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.