Initializes a new instance of the UsageTracker class.
Namespace: CleanCode.IOAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public UsageTracker(
string catalogSearchPath,
string catalogFile
)
public UsageTracker(
string catalogSearchPath,
string catalogFile
)
Public Sub New ( _
catalogSearchPath As String, _
catalogFile As String _
)
Public Sub New ( _
catalogSearchPath As String, _
catalogFile As String _
)
public:
UsageTracker(
String^ catalogSearchPath,
String^ catalogFile
)
public:
UsageTracker(
String^ catalogSearchPath,
String^ catalogFile
)
Parameters
- catalogSearchPath
- Type: System String
A semi-colon separated list of paths to search.
The first one that exists is used.
- catalogFile
- Type: System String
The catalog file to update.
Set either parameter to null or empty to disable the usage tracking.