AssemblyUtilities Class
Utility class containing methods for investigating assemblies.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static class AssemblyUtilities
Public NotInheritable Class AssemblyUtilities
public ref class AssemblyUtilities abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AssemblyUtilities = class end
- Inheritance
- Object AssemblyUtilities
CanComposePartsFromFile |
Determines whether composed parts (MEF) can be loaded from the specified assembly file (DLL).
|
CanLoadAssembly |
Determines whether the specified file can be loaded as an assembly.
|
GetLoadableAssemblyFileInfos |
Passes all provided file information. For each of the files, it is determined, whether the file can be loaded as an assembly.
|
GetPartComposableFiles |
Passes all provided file information. For each of the files, it is determined, whether parts can be composed (MEF) from the
file.
|