public IDEFileRootDirResolvingInfo( bool enabled, IRelativeDirectoryPath rootDirRelativeToIDEFile, string verticalBarSeparatedHints, int timeOutInSeconds )
Parameters
- enabled
- The a value indicating if the components resolving heuristic is based on resolving from the IDE file, or from searching recursively into the root folder.
- rootDirRelativeToIDEFile
- The path to the root directory, relative to the parent folder of the IDEFile.IDEFile.FilePath.
- verticalBarSeparatedHints
- The hints used by the root folder heuristic, separated by the vertical bar character |.
- timeOutInSeconds
- The timeout in seconds of the root folder heuristic execution.