XmlDictionaryReader.CreateBinaryReader Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
.NET İkili XML Biçimini okuyabilen bir örneği XmlDictionaryReader oluşturur.
Aşırı Yüklemeler
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 öğesinin bir örneği.
Özel durumlar
buffer
, null
değeridir.
Açıklamalar
Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine null
ayarlanı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 öğesinin bir örneği.
Özel durumlar
stream
, null
değeridir.
Açıklamalar
Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine null
ayarlanı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 öğesinin bir örneği.
Özel durumlar
stream
veya quotas
şeklindedir null
.
Açıklamalar
Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine null
ayarlanı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 buffer
başlangıç konumu.
- count
- Int32
'den buffer
okunabilecek bayt sayısı.
- quotas
- XmlDictionaryReaderQuotas
Bu işleme uygulanan kotalar.
Döndürülenler
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 null
ayarlanı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.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession öğesini seçin.
Döndürülenler
XmlDictionaryReader öğesinin bir örneği.
Özel durumlar
stream
, null
değeridir.
Açıklamalar
Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine null
ayarlanı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 buffer
başlangıç konumu.
- count
- Int32
'den buffer
okunabilecek bayt sayısı.
- dictionary
- IXmlDictionary
XmlDictionary öğesini seçin.
- quotas
- XmlDictionaryReaderQuotas
Bu işleme uygulanan kotalar.
Döndürülenler
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 null
ayarlanı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.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas 'yi seçin.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession öğesini seçin.
- onClose
- OnXmlDictionaryReaderClose
Okuyucu kapatıldığında çağrılacak temsilci.
Döndürülenler
XmlDictionaryReader öğesinin bir örneği.
Özel durumlar
stream
, null
değeridir.
Açıklamalar
Diğer XmlDictionaryReader özellikler varsayılan veya değerlerine null
ayarlanı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 buffer
başlangıç konumu.
- count
- Int32
'den buffer
okunabilecek bayt sayısı.
- dictionary
- IXmlDictionary
XmlDictionary kullanılacak.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas Uygulanacak.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession kullanılacak.
Döndürülenler
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 null
ayarlanı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 buffer
başlangıç konumu.
- count
- Int32
'den buffer
okunabilecek bayt sayısı.
- dictionary
- IXmlDictionary
XmlDictionary kullanılacak.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas Uygulanacak.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession kullanılacak.
- onClose
- OnXmlDictionaryReaderClose
Okuyucu kapatıldığında çağrılacak temsilci.
Döndürülenler
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 null
ayarlanır.