MakeUpToDate([Args: IForeNETMakeArgs = Null]): Boolean;
Args. Object that contains information about assembly compilation result.
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.
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.
The example of use is given in description of the IForeNETAssembly.IsUpToDate method.
See also: