Sdílet prostřednictvím


StreamResourceInfo Konstruktory

Definice

Inicializuje novou instanci StreamResourceInfo třídy.

Přetížení

StreamResourceInfo()

Inicializuje novou instanci StreamResourceInfo třídy.

StreamResourceInfo(Stream, String)

Inicializuje novou instanci StreamResourceInfo třídy na základě poskytnutého streamu.

StreamResourceInfo()

Inicializuje novou instanci StreamResourceInfo třídy.

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

Platí pro

StreamResourceInfo(Stream, String)

Inicializuje novou instanci StreamResourceInfo třídy na základě poskytnutého streamu.

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)

Parametry

stream
Stream

Referenční stream.

contentType
String

Typ obsahu MIME (Multipurpose Internet Mail Extensions).

Platí pro