BCGControlBar Library for .NET
Read Method




A SerializationInfo that holds the data needed to deserialize the item.

A StreamingContext  that represents the source and destination of the stream being deserialized.

Deserializes the objects.
Syntax
'Declaration
 
Public Sub Read( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As CommonStateSerializer
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.Read(info, context)
public void Read( 
   SerializationInfo info,
   StreamingContext context
)
public: void Read( 
   SerializationInfo* info,
   StreamingContext context
) 
public:
void Read( 
   SerializationInfo^ info,
   StreamingContext context
) 

Parameters

info
A SerializationInfo that holds the data needed to deserialize the item.
context

A StreamingContext  that represents the source and destination of the stream being deserialized.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommonStateSerializer Class
CommonStateSerializer Members

Send Feedback