AssemblyUtilitiesCanLoadAssembly Method
Determines whether the specified file can be loaded as an assembly.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool CanLoadAssembly(
string assemblyFilePath
)
Public Shared Function CanLoadAssembly (
assemblyFilePath As String
) As Boolean
public:
static bool CanLoadAssembly(
String^ assemblyFilePath
)
static member CanLoadAssembly :
assemblyFilePath : string -> bool
- assemblyFilePath String
- The path to the assembly file (typically DLL).
BooleanTrue if the file can be loaded as an assembly; otherwise false.