Create(Stream) Method
See Also 
SourceCode.SmartObjects.Client Namespace > SmartObjectsCache Class > Create Method : Create(Stream) Method



stream

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function Create( _
   ByVal stream As Stream _
) As SmartObjectsCache
Visual Basic (Usage) Copy Code
Dim stream As Stream
Dim value As SmartObjectsCache
 
value = SmartObjectsCache.Create(stream)
C#  
public static SmartObjectsCache Create( 
   Stream stream
)
C++/CLI  
public:
static SmartObjectsCache^ Create( 
   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