IForeNETAssembly.MakeUpToDate

Syntax

MakeUpToDate([Args: IForeNETMakeArgs = Null]): Boolean;

Parameters

Args. Object that contains information about assembly compilation result.

Description

The MakeUpToDate method checks whether the last compiled version of .NET assembly is present in the assemblies cache and performs compilation in case of its absence.

Comments

The method returns True if compilation was successful, and False if compilation returned any errors. The list of errors is available in the Args.Messages collection.

Example

The example of use is given in description of the IForeNETAssembly.IsUpToDate method.

See also:

IForeNETAssembly