Click or drag to resize

AssemblyResolverFindLocalAssembly Method

Resolves namespace into array of local assembly locations. (Currently it returns only one assembly location but in future it can be extended to collect all assemblies with the same namespace)

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

Parameters

name
Type: SystemString
namespace/assembly name
dir
Type: SystemString
directory

Return Value

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