Save(PersistableObject,Stream,Boolean) Method
See Also 
SourceCode.Framework Namespace > SerializationInfoProvider Class > Save Method : Save(PersistableObject,Stream,Boolean) Method



persistableObject
The persistable object.
stream
The stream.
keepModified
if set to true keep the object modified.

Glossary Item Box

Saves the specified persistable object.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal persistableObject As PersistableObject, _
   ByVal stream As Stream, _
   ByVal keepModified As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As SerializationInfoProvider
Dim persistableObject As PersistableObject
Dim stream As Stream
Dim keepModified As Boolean
 
instance.Save(persistableObject, stream, keepModified)

Parameters

persistableObject
The persistable object.
stream
The stream.
keepModified
if set to true keep the object modified.

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