Click or drag to resize

ResolveSourceFileAlgorithm Delegate

Delegate implementing source file probing algorithm.

Namespace:  csscript
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public delegate string[] ResolveSourceFileAlgorithm(
	string file,
	string[] searchDirs,
	bool throwOnError
)

Parameters

file
Type: SystemString
The file.
searchDirs
Type: SystemString
The extra dirs.
throwOnError
Type: SystemBoolean
if set to true [throw on error].

Return Value

Type: String
See Also