AssemblyUtilitiesCanComposePartsFromFile Method
Determines whether composed parts (MEF) can be loaded from the specified assembly file (DLL).
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool CanComposePartsFromFile(
FileInfo assemblyFileInfo,
params Object[] attributedParts
)
Public Shared Function CanComposePartsFromFile (
assemblyFileInfo As FileInfo,
ParamArray attributedParts As Object()
) As Boolean
public:
static bool CanComposePartsFromFile(
FileInfo^ assemblyFileInfo,
... array<Object^>^ attributedParts
)
static member CanComposePartsFromFile :
assemblyFileInfo : FileInfo *
attributedParts : Object[] -> bool
- assemblyFileInfo FileInfo
- The file information, which will be analyzed by the method.
- attributedParts Object
- An array of attributed objects to compose.
BooleanTrue, if parts can be composed; otherwise false.