AssemblyUtilitiesCanComposePartsFromFile Method

Scanjour Workflow4 Reference Manual
Determines whether composed parts (MEF) can be loaded from the specified assembly file (DLL).

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool CanComposePartsFromFile(
	FileInfo assemblyFileInfo,
	params Object[] attributedParts
)

Parameters

assemblyFileInfo
Type: System.IOFileInfo
The file information, which will be analyzed by the method.
attributedParts
Type: SystemObject
An array of attributed objects to compose.

Return Value

Type: Boolean
True, if parts can be composed; otherwise false.
See Also

Reference