JAMS Developer Guide
Deserialize(FileStream,IDictionary) Method


Genghis Namespace > Preferences Class > Deserialize Method : Deserialize(FileStream,IDictionary) Method
Deserializes to the userStore hashtable from an isolated storage stream.
Syntax
'Declaration
 
Protected Overloads Sub Deserialize( _
   ByVal fs As System.IO.FileStream, _
   ByVal store As System.Collections.IDictionary _
) 
'Usage
 
Dim instance As Preferences
Dim fs As System.IO.FileStream
Dim store As System.Collections.IDictionary
 
instance.Deserialize(fs, store)
protected void Deserialize( 
   System.IO.FileStream fs,
   System.Collections.IDictionary store
)

Parameters

fs
store
Remarks
Exceptions are silently ignored.
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

Preferences Class
Preferences Members
Overload List