AssemblyUtilitiesGetLoadableAssemblyFileInfos Method

Scanjour Workflow4 Reference Manual
Passes all provided file information. For each of the files, it is determined, whether the file can be loaded as an assembly.

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 IEnumerable<FileInfo> GetLoadableAssemblyFileInfos(
	IEnumerable<FileInfo> fileInfos
)

Parameters

fileInfos
Type: System.Collections.GenericIEnumerableFileInfo
The file information, which will be analyzed by the method.

Return Value

Type: IEnumerableFileInfo
The subset of the FileInfo, where the subset contains the file information, which can be loaded as an assembly.
See Also

Reference