File Search Library
LoadFileMatchesLogic Constructor()
Example 



KellermanSoftware.FileSearchLibrary Namespace > LoadFileMatchesLogic Class > LoadFileMatchesLogic Constructor : LoadFileMatchesLogic Constructor()
Constructor for trial mode
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New LoadFileMatchesLogic()
public LoadFileMatchesLogic()
public:
LoadFileMatchesLogic();
Example
//Trial Mode
LoadFileMatchesLogic loadFileMatchesLogic = new LoadFileMatchesLogic();
 
//License Mode
LoadFileMatchesLogic loadFileMatchesLogic = new LoadFileMatchesLogic("John Smith 10000", "psdfljksfdl==");
'Trial Mode
Dim loadFileMatchesLogic As New LoadFileMatchesLogic()
 
'License Mode
Dim loadFileMatchesLogic As New LoadFileMatchesLogic("John Smith 10000", "psdfljksfdl==")
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

LoadFileMatchesLogic Class
LoadFileMatchesLogic Members
Overload List