AssemblyUtilitiesCanLoadAssembly Method

Determines whether the specified file can be loaded as an assembly.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static bool CanLoadAssembly(
	string assemblyFilePath
)

Parameters

assemblyFilePath  String
The path to the assembly file (typically DLL).

Return Value

Boolean
True if the file can be loaded as an assembly; otherwise false.

See Also