 | 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
Syntaxpublic static string[] FindLocalAssembly(
string name,
string dir
)
Parameters
- name
- Type: SystemString
namespace/assembly name - dir
- Type: SystemString
directory
Return Value
Type:
Stringcollection of assembly file names where namespace is implemented
See Also