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.10.0.0 (5.10.0)
Syntaxpublic static List<string> FilterOutLoadedAssemblyFileNames(
	IEnumerable<string> filenamesToFilter
)
Public Shared Function FilterOutLoadedAssemblyFileNames ( 
	filenamesToFilter As IEnumerable(Of String)
) As List(Of String)
Parameters
- filenamesToFilter
 - Type: System.Collections.GenericIEnumerableString
 
Return Value
Type: 
ListString
See Also