Click or drag to resize

AssemblyResolverFindAssembly Method

Resolves namespace/assembly(file) name into array of assembly locations (local and GAC ones).

Namespace:  csscript
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static string[] FindAssembly(
	string name,
	string[] searchDirs
)

Parameters

name
Type: SystemString
'namespace'/assembly(file) name
searchDirs
Type: SystemString
Assembly search directories

Return Value

Type: String
collection of assembly file names where namespace is implemented
See Also