StreamHelper.CreateSerializingBinaryReader Method

Create a new serializing binary reader
Public Shared Function CreateSerializingBinaryReader( _ 
ByVal ms As MemoryStream, _ 
Optional ByVal remote_version As String = null _ 
) As SerializingBinaryReader
This language is not supported or no code example is available.
public static SerializingBinaryReader CreateSerializingBinaryReader( 
MemoryStream ms
string remote_version = null 
)
This language is not supported or no code example is available.
public:  
static SerializingBinaryReader^ CreateSerializingBinaryReader( 
MemoryStream^ ms
String^ remote_version 
)
This language is not supported or no code example is available.
public static function CreateSerializingBinaryReader( 
ms : MemoryStream
remote_version : String 
) : SerializingBinaryReader;
This language is not supported or no code example is available.

Parameters

ms
MemoryStream

<default>

remote_version
string

Return Value

SerializingBinaryReader

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition