IXmlBinaryReaderInitializer.SetInput Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Heritiaaliseert de binaire lezer met behulp van de opgegeven invoergegevens.
Overloads
| Name | Description |
|---|---|
| SetInput(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose) |
Initialiseert de binaire lezer opnieuw met behulp van de opgegeven invoerstroom. |
| SetInput(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose) |
Initialiseert de binaire lezer opnieuw met behulp van de opgegeven invoerbuffer. |
SetInput(Stream, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
Initialiseert de binaire lezer opnieuw met behulp van de opgegeven invoerstroom.
public:
void SetInput(System::IO::Stream ^ stream, System::Xml::IXmlDictionary ^ dictionary, System::Xml::XmlDictionaryReaderQuotas ^ quotas, System::Xml::XmlBinaryReaderSession ^ session, System::Xml::OnXmlDictionaryReaderClose ^ onClose);
public void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : System.IO.Stream * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (stream As Stream, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose)
Parameters
- stream
- Stream
De stroom waaruit moet worden gelezen.
- dictionary
- IXmlDictionary
XmlDictionary te gebruiken.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas om toe te passen.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession te gebruiken.
- onClose
- OnXmlDictionaryReaderClose
Delegeren om te bellen wanneer de lezer wordt gesloten.
Van toepassing op
SetInput(Byte[], Int32, Int32, IXmlDictionary, XmlDictionaryReaderQuotas, XmlBinaryReaderSession, OnXmlDictionaryReaderClose)
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
- Bron:
- XmlBinaryReader.cs
Initialiseert de binaire lezer opnieuw met behulp van de opgegeven invoerbuffer.
public:
void SetInput(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 void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary? dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession? session, System.Xml.OnXmlDictionaryReaderClose? onClose);
public void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
abstract member SetInput : byte[] * int * int * System.Xml.IXmlDictionary * System.Xml.XmlDictionaryReaderQuotas * System.Xml.XmlBinaryReaderSession * System.Xml.OnXmlDictionaryReaderClose -> unit
Public Sub SetInput (buffer As Byte(), offset As Integer, count As Integer, dictionary As IXmlDictionary, quotas As XmlDictionaryReaderQuotas, session As XmlBinaryReaderSession, onClose As OnXmlDictionaryReaderClose)
Parameters
- buffer
- Byte[]
De buffer waaruit moet worden gelezen.
- offset
- Int32
Beginpositie van waaruit moet worden gelezen buffer.
- count
- Int32
Het aantal bytes waaruit kan worden gelezen buffer.
- dictionary
- IXmlDictionary
XmlDictionary te gebruiken.
- quotas
- XmlDictionaryReaderQuotas
XmlDictionaryReaderQuotas om toe te passen.
- session
- XmlBinaryReaderSession
XmlBinaryReaderSession te gebruiken.
- onClose
- OnXmlDictionaryReaderClose
Delegeren om te bellen wanneer de lezer wordt gesloten.