FastInfoset.NET Class Reference for .NET
Load(String,FastInfosetCompression) Method






The path to the file to load the vocabulary from.
The compression method to use to decompress vocabulary.
Load the vocabulary form the file with specified path.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal path As System.String, _
   ByVal compression As FastInfosetCompression _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim path As System.String
Dim compression As FastInfosetCompression
 
instance.Load(path, compression)
public void Load( 
   System.string path,
   FastInfosetCompression compression
)
public procedure Load( 
    path: System.String;
    compression: FastInfosetCompression
); 
public function Load( 
   path : System.String,
   compression : FastInfosetCompression
);
public: void Load( 
   System.string* path,
   FastInfosetCompression compression
) 
public:
void Load( 
   System.String^ path,
   FastInfosetCompression compression
) 

Parameters

path
The path to the file to load the vocabulary from.
compression
The compression method to use to decompress vocabulary.
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

ReaderVocabulary Class
ReaderVocabulary Members
Overload List

Send Feedback