Click or drag to resize
ApplicationUtilsFilterOutLoadedAssemblyFileNames Method
Returns a list of filenames which are not in the list of filenames of some loaded assemblies in the appdomain like algorithmia

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static List<string> FilterOutLoadedAssemblyFileNames(
	IEnumerable<string> filenamesToFilter
)

Parameters

filenamesToFilter
Type: System.Collections.GenericIEnumerableString

Return Value

Type: ListString
See Also