Click or drag to resize
AssemblyDiscoveryIsAssemblyDiscoverable Method
Returns true if the given assembly is discoverable

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static bool IsAssemblyDiscoverable(
	string filePath
)

Parameters

filePath
Type: SystemString
Assembly file path

Return Value

Type: Boolean
See Also