%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
SaveConfiguration(Stream) Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > CompareLogic Class > SaveConfiguration Method : SaveConfiguration(Stream) Method


stream

Glossary Item Box

Save the current configuration to the passed stream

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SaveConfiguration( _
   ByVal stream As System.IO.Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As CompareLogic
Dim stream As System.IO.Stream
 
instance.SaveConfiguration(stream)
C# 
public void SaveConfiguration( 
   System.IO.Stream stream
)
Managed Extensions for C++ 
public: void SaveConfiguration( 
   System.IO.Stream* stream
) 

Parameters

stream

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

© Kellerman Software 2018 All Rights Reserved.