Moonware.Common
RuleManager Constructor



A file from which rules have to be loaded and to which they have to be stored
Constructor of the RuleManager class
Syntax
'Declaration
 
Protected Function New( _
   ByVal file As String _
)
'Usage
 
Dim file As String
 
Dim instance As New RuleManager(file)
protected RuleManager( 
   string file
)
protected:
RuleManager( 
   String^ file
)

Parameters

file
A file from which rules have to be loaded and to which they have to be stored
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

RuleManager Class
RuleManager Members

Send Feedback