AssemblyUtilitiesGetLoadableAssemblyFileInfos Method |
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.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static IEnumerable<FileInfo> GetLoadableAssemblyFileInfos(
IEnumerable<FileInfo> fileInfos
)
Public Shared Function GetLoadableAssemblyFileInfos (
fileInfos As IEnumerable(Of FileInfo)
) As IEnumerable(Of FileInfo)
public:
static IEnumerable<FileInfo^>^ GetLoadableAssemblyFileInfos(
IEnumerable<FileInfo^>^ fileInfos
)
static member GetLoadableAssemblyFileInfos :
fileInfos : IEnumerable<FileInfo> -> IEnumerable<FileInfo>
Parameters
- fileInfos IEnumerableFileInfo
- The file information, which will be analyzed by the method.
Return Value
IEnumerableFileInfoThe subset of the
FileInfo, where the subset contains the file information, which can be loaded as an assembly.
See Also