CSharpTest.Net
Storage Constructor(INameValueStore,String)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Serialization Namespace > Storage Class > Storage Constructor : Storage Constructor(INameValueStore,String)

store
The storage container to use
contextPath
The full context of the storage item, delimit with '/' or '\'

Glossary Item Box

Constructs a storage wrapper for the given name/value store and sets the initial path to the provided value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal store As INameValueStore, _
   ByVal contextPath As String _
)
C# 
public Storage( 
   INameValueStore store,
   string contextPath
)

Parameters

store
The storage container to use
contextPath
The full context of the storage item, delimit with '/' or '\'

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys