Nyelv

XmlDictionaryReader.CreateTextReader Metódus

Definíció

Létrehoz egy példányt.XmlDictionaryReader

Túlterhelések

Megjegyzések

Ezek a túlterhelések a XmlDictionaryReader.

CreateTextReader(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs

Létrehoz egy példányt.XmlDictionaryReader

public:
 static System::Xml::XmlDictionaryReader ^ CreateTextReader(System::IO::Stream ^ stream, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
static member CreateTextReader : System.IO.Stream * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (stream As Stream, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader

Paraméterek

stream
Stream

Az a stream, amelyből olvasni szeretne.

encoding
Encoding

Az Encoding alkalmazni kívánt kódolási tulajdonságokat meghatározó objektum.

onClose
OnXmlDictionaryReaderClose

Az olvasó bezárásakor meghívandó meghatalmazott.

Válaszok

Egy példány.XmlDictionaryReader

Megjegyzések

A létrehozott olvasó UTF-8 szöveg olvasására van optimalizálva.

A következőre érvényes:

CreateTextReader(Byte[], XmlDictionaryReaderQuotas)

Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs

Létrehoz egy példányt.XmlDictionaryReader

public:
 static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : byte[] * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Paraméterek

buffer
Byte[]

Az a puffer, amelyből olvasni szeretne.

quotas
XmlDictionaryReaderQuotas

Az olvasóra alkalmazott kvóták.

Válaszok

Egy példány.XmlDictionaryReader

Kivételek

buffer az null.

Megjegyzések

A létrehozott olvasó UTF-8 szöveg olvasására van optimalizálva.

A következőre érvényes:

CreateTextReader(Stream, XmlDictionaryReaderQuotas)

Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs

Létrehoz egy példányt.XmlDictionaryReader

public:
 static System::Xml::XmlDictionaryReader ^ CreateTextReader(System::IO::Stream ^ stream, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : System.IO.Stream * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (stream As Stream, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Paraméterek

stream
Stream

Az a stream, amelyből olvasni szeretne.

quotas
XmlDictionaryReaderQuotas

Az olvasóra alkalmazott kvóták.

Válaszok

Egy példány.XmlDictionaryReader

Megjegyzések

A létrehozott olvasó UTF-8 szöveg olvasására van optimalizálva.

A következőre érvényes:

CreateTextReader(Byte[], Int32, Int32, XmlDictionaryReaderQuotas)

Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs

Létrehoz egy példányt.XmlDictionaryReader

public:
 static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateTextReader : byte[] * int * int * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), offset As Integer, count As Integer, quotas As XmlDictionaryReaderQuotas) As XmlDictionaryReader

Paraméterek

buffer
Byte[]

Az a puffer, amelyből olvasni szeretne.

offset
Int32

Az a kezdő pozíció, amelyből beolvasható buffer.

count
Int32

A beolvasható bufferbájtok száma.

quotas
XmlDictionaryReaderQuotas

Az olvasóra alkalmazott kvóták.

Válaszok

Egy példány.XmlDictionaryReader

Megjegyzések

A létrehozott olvasó UTF-8 szöveg olvasására van optimalizálva.

A következőre érvényes:

CreateTextReader(Byte[], Int32, Int32, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs
Forrás:
XmlDictionaryReader.cs

Létrehoz egy példányt.XmlDictionaryReader

public:
 static System::Xml::XmlDictionaryReader ^ CreateTextReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Text::Encoding ^ encoding, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding? encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateTextReader : byte[] * int * int * System.Text.Encoding * System.Xml.XmlDictionaryReaderQuotas * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateTextReader (buffer As Byte(), offset As Integer, count As Integer, encoding As Encoding, quotas As XmlDictionaryReaderQuotas, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader

Paraméterek

buffer
Byte[]

Az a puffer, amelyből olvasni szeretne.

offset
Int32

Az a kezdő pozíció, amelyből beolvasható buffer.

count
Int32

A beolvasható bufferbájtok száma.

encoding
Encoding

Az Encoding alkalmazni kívánt kódolási tulajdonságokat meghatározó objektum.

onClose
OnXmlDictionaryReaderClose

Az olvasó bezárásakor meghívandó meghatalmazott.

Válaszok

Egy példány.XmlDictionaryReader

Megjegyzések

A létrehozott olvasó UTF-8 szöveg olvasására van optimalizálva.

A következőre érvényes: