XmlDictionaryReader.CreateBinaryReader Metod

Definition

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

Överlagringar

Name Description
CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

CreateBinaryReader(Stream, XmlDictionaryReaderQuotas)

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas)

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

Kommentarer

Dessa överlagringar skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

CreateBinaryReader(Byte[], XmlDictionaryReaderQuotas)

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

buffer är null.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

CreateBinaryReader(Stream, XmlDictionaryReaderQuotas)

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

stream
Stream

Strömmen som ska läsas från.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

stream är null.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas)

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

stream
Stream

Strömmen som ska läsas från.

dictionary
IXmlDictionary

XmlDictionary att använda.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

stream eller quotas är null.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

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

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

offset
Int32

Startpositionen som ska läsas i buffer.

count
Int32

Antalet byte som kan läsas från buffer.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

buffer är null.

count är mindre än noll eller större än buffertlängden minus förskjutningen.

-eller-

offset är mindre än noll eller större än buffertlängden.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

CreateBinaryReader(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession)

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

stream
Stream

Strömmen som ska läsas från.

dictionary
IXmlDictionary

XmlDictionary att använda.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

stream är null.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

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

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

offset
Int32

Startpositionen som ska läsas i buffer.

count
Int32

Antalet byte som kan läsas från buffer.

dictionary
IXmlDictionary

XmlDictionary att använda.

quotas
XmlDictionaryReaderQuotas

De kvoter som gäller för den här åtgärden.

Returer

En instans av XmlDictionaryReader.

Undantag

buffer är null.

-eller-

offset är mindre än noll eller större än buffertlängden.

count är mindre än noll eller större än buffertlängden minus förskjutningen.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

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

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

stream
Stream

Strömmen som ska läsas från.

dictionary
IXmlDictionary

XmlDictionary att använda.

onClose
OnXmlDictionaryReaderClose

Ombud som ska anropas när läsaren stängs.

Returer

En instans av XmlDictionaryReader.

Undantag

stream är null.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

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

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

offset
Int32

Startpositionen som ska läsas i buffer.

count
Int32

Antalet byte som kan läsas från buffer.

dictionary
IXmlDictionary

Att XmlDictionary använda.

Returer

En instans av XmlDictionaryReader.

Undantag

buffer är null.

count är mindre än noll eller större än buffertlängden minus förskjutningen.

-eller-

offset är mindre än noll eller större än buffertlängden.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för

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

Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs
Källa:
XmlDictionaryReader.cs

Skapar en instans av XmlDictionaryReader som kan läsa .NET binärt XML-format.

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

Parametrar

buffer
Byte[]

Bufferten som ska läsas från.

offset
Int32

Startpositionen som ska läsas i buffer.

count
Int32

Antalet byte som kan läsas från buffer.

dictionary
IXmlDictionary

Att XmlDictionary använda.

onClose
OnXmlDictionaryReaderClose

Ombud som ska anropas när läsaren stängs.

Returer

En instans av XmlDictionaryReader.

Undantag

buffer är null.

count är mindre än noll eller större än buffertlängden minus förskjutningen.

-eller-

offset är mindre än noll eller större än buffertlängden.

Kommentarer

Andra XmlDictionaryReader egenskaper är inställda på standardvärden eller null.

Gäller för