UsageTracker RecordFirstUse Method CleanCode C# Libraries v1.2.03 API
Records the first use of a version of a program in a common network catalog file.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void RecordFirstUse(
	Assembly assembly
)

Parameters

assembly
Type: OnlineSystem.Reflection Assembly
The assembly from which to examine a version.
Exceptions

ExceptionCondition
OnlineSystem.IO FileNotFoundExceptionIf the catalogSearchPath is supplied but does not exist
See Also