XmlDictionaryReader.CreateBinaryReader Yöntem

Tanım

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

Aşırı Yüklemeler

CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Stream, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

Açıklamalar

Bu aşırı yüklemeler .NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Stream, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

stream
Stream

Okunacak akış.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

stream, null değeridir.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

stream
Stream

Okunacak akış.

dictionary
IXmlDictionary

XmlDictionary öğesini seçin.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

stream veya quotas şeklindedir null.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

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

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(cli::array <System::Byte> ^ buffer, int offset, int count, System::Xml::XmlDictionaryReaderQuotas ^ quotas);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas);
static member CreateBinaryReader : byte[] * int * int * System.Xml.XmlDictionaryReaderQuotas -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (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 bufferokunabilecek bayt sayısı.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

count sıfırdan küçük veya arabellek uzunluğu eksi uzaklık değerinden büyük.

-veya-

offset sıfırdan küçük veya arabellek uzunluğundan büyük.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session);
static member CreateBinaryReader : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

dictionary
IXmlDictionary

XmlDictionary öğesini seçin.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

stream, null değeridir.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilecek bayt sayısı.

dictionary
IXmlDictionary

XmlDictionary öğesini seçin.

quotas
XmlDictionaryReaderQuotas

Bu işleme uygulanan kotalar.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

-veya-

offset sıfırdan küçük veya arabellek uzunluğundan büyük.

count sıfırdan küçük veya arabellek uzunluğu eksi uzaklık değerinden büyük.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

public:
 static System::Xml::XmlDictionaryReader ^ CreateBinaryReader(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public static System.Xml.XmlDictionaryReader CreateBinaryReader (System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
static member CreateBinaryReader : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> System.Xml.XmlDictionaryReader
Public Shared Function CreateBinaryReader (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose) As XmlDictionaryReader

Parametreler

stream
Stream

Okunacak akış.

dictionary
IXmlDictionary

XmlDictionary öğesini seçin.

onClose
OnXmlDictionaryReaderClose

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

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

stream, null değeridir.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilecek bayt sayısı.

dictionary
IXmlDictionary

XmlDictionary kullanılacak.

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

count sıfırdan küçük veya arabellek uzunluğu eksi uzaklık değerinden büyük.

-veya-

offset sıfırdan küçük veya arabellek uzunluğundan büyük.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır

CreateBinaryReader(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)

.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.

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

Parametreler

buffer
Byte[]

Okunacak arabellek.

offset
Int32

içinde okunacak bufferbaşlangıç konumu.

count
Int32

'den bufferokunabilecek bayt sayısı.

dictionary
IXmlDictionary

XmlDictionary kullanılacak.

onClose
OnXmlDictionaryReaderClose

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

Döndürülenler

XmlDictionaryReader

XmlDictionaryReader öğesinin bir örneği.

Özel durumlar

buffer, null değeridir.

count sıfırdan küçük veya arabellek uzunluğu eksi uzaklık değerinden büyük.

-veya-

offset sıfırdan küçük veya arabellek uzunluğundan büyük.

Açıklamalar

Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine nullayarlanır.

Şunlara uygulanır