XmlDictionaryReader.CreateBinaryReader Method (Byte[], Int32, Int32, XmlDictionaryReaderQuotas)
.NET Framework 3.0
Creates an instance of XmlDictionaryReader that can read .NET Binary XML Format.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
public static XmlDictionaryReader CreateBinaryReader ( byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas )
public static XmlDictionaryReader CreateBinaryReader ( byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas )
public static function CreateBinaryReader ( buffer : byte[], offset : int, count : int, quotas : XmlDictionaryReaderQuotas ) : XmlDictionaryReader
Not applicable.
Parameters
- buffer
The buffer from which to read.
- offset
The starting position from which to read in buffer.
- count
The number of bytes that can be read from buffer.
- quotas
The quotas that apply to this operation.
Return Value
An instance of XmlDictionaryReader.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.