Determines whether the specified file can be loaded as an assembly.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- assemblyFilePath
- Type: SystemString
The path to the assembly file (typically DLL).
Return Value
Type: BooleanTrue if the file can be loaded as an assembly; otherwise false.
See Also