Aracılığıyla paylaş


XmlDictionaryReader.CreateTextReader Yöntem

Tanım

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

Aşırı Yüklemeler

CreateTextReader(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

CreateTextReader(Byte[], XmlDictionaryReaderQuotas)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

CreateTextReader(Stream, XmlDictionaryReaderQuotas)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

Açıklamalar

Bu aşırı yüklemeler bir örneğini XmlDictionaryReaderoluşturur.

CreateTextReader(Stream, Encoding, XmlDictionaryReaderQuotas, OnXmlDictionaryReaderClose)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

Parametreler

stream
Stream

Okunacak akış.

encoding
Encoding

Encoding Uygulanacak kodlama özelliklerini belirten nesne.

onClose
OnXmlDictionaryReaderClose

Okuyucu kapatıldığında çağrılacak temsilci.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Oluşturulan okuyucu UTF-8 metnini okumak için iyileştirilmiştir.

Şunlara uygulanır

CreateTextReader(Byte[], XmlDictionaryReaderQuotas)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

quotas
XmlDictionaryReaderQuotas

Okuyucuya uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

Açıklamalar

Oluşturulan okuyucu UTF-8 metnini okumak için iyileştirilmiştir.

Şunlara uygulanır

CreateTextReader(Stream, XmlDictionaryReaderQuotas)

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

Parametreler

stream
Stream

Okunacak akış.

quotas
XmlDictionaryReaderQuotas

Okuyucuya uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Oluşturulan okuyucu UTF-8 metnini okumak için iyileştirilmiştir.

Şunlara uygulanır

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

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

quotas
XmlDictionaryReaderQuotas

Okuyucuya uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Oluşturulan okuyucu UTF-8 metnini okumak için iyileştirilmiştir.

Şunlara uygulanır

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

öğesinin bir örneğini XmlDictionaryReaderoluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilen bayt sayısı.

encoding
Encoding

Encoding Uygulanacak kodlama özelliklerini belirten nesne.

onClose
OnXmlDictionaryReaderClose

Okuyucu kapatıldığında çağrılacak temsilci.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Açıklamalar

Oluşturulan okuyucu UTF-8 metnini okumak için iyileştirilmiştir.

Şunlara uygulanır