Click or drag to resize

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
Syntax
C#
public static string[] FindGlobalAssembly(
	string namespaceStr
)

Parameters

namespaceStr
Type: SystemString
'namespace' name

Return Value

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