 | AssemblyResolverFindGlobalAssembly Method |
Resolves namespace into array of global assembly (GAC) locations.
NOTE: this method does nothing on .NET Core as it offers no GAC discovery mechanism.
Namespace:
csscript
Assembly:
CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntaxpublic static string[] FindGlobalAssembly(
string namespaceStr
)
Parameters
- namespaceStr
- Type: SystemString
'namespace' name
Return Value
Type:
Stringcollection of assembly file names where namespace is implemented
See Also