E
Emby
Hello ...
Is there an easy/quick - or at least reasonable - way to programmatically
identify a .NET assembly (EXE or DLL). My app needs to look in a set of
folders and find which files are .NET assemblies. Some of the folders
contain many files (>100) with 1 or 2 assemblies among them.
Is there a way to readily find the assemblies? - other than the brute force
mechanism of trying to load each file as an assembly and handling the many
errors ...
Thanks!
Is there an easy/quick - or at least reasonable - way to programmatically
identify a .NET assembly (EXE or DLL). My app needs to look in a set of
folders and find which files are .NET assemblies. Some of the folders
contain many files (>100) with 1 or 2 assemblies among them.
Is there a way to readily find the assemblies? - other than the brute force
mechanism of trying to load each file as an assembly and handling the many
errors ...
Thanks!