AnalysisUtilities.ValidateCodeModuleUpToDate
- Updated2025-07-21
- 1 minute(s) read
AnalysisUtilities.ValidateCodeModuleUpToDate
Syntax
AnalysisUtilities.ValidateCodeModuleUpToDate( codeModulePath, sourcePath, baseLocation, apiLocation, reserved)
Return Value
Purpose
Use this method in an analysis module to verify that a source file has not been modified more recently than the code module.
Parameters
codeModulePath As String
[In] Pass the path of the code module that needs to be validated.
sourcePath As String
[In] Pass the path of the source file containing the code module.
baseLocation As PropertyObject
[In] Pass the base object to use with the apiLocation parameter as the location associated with any analysis messages this method reports.
apiLocation As APILocations
[In] Pass the APILocations enumeration to use as the location associated with any analysis messages this method reports. To use the baseLocation as the location, pass APILocation_None .
reserved As Long
[In] Not used.