Hi All,
1) Given set of binaries/dll's(assemblies) 650 no's comprising, Win 32 dll's, COM dll's, .NET pure assemblies,.NET assembly with com Interfaces all above categories of dll's,
and using Test System in particular Is there a way to identify/categorise the dll's from among the above.
2) I use the following methods in my development system(for similar dll's in test system) to segregate/categorise the dll's
a) COM/Win32: Regsvr32.exe <fullpath name/xyz.dll> if registration is successful it is com dll otherwise it may be either of .NET Dll(pure) , .NET Dll with com Interface OR Win32
though, I guess is not the correct method , Is there better method to find the same for Dll's/assemblies in Test System(Windows 8) and application installed.?
Test System: Windows 8, .NET Framework 4.0 as per information from >>regedit/HKLM/Microsoft/../NetFramework/NDP/...
Development System: Windows 8 , .NET Framework 4.0, VS 2010 etc.,
any help in resolving the above queries would be much appreciable.
Thanks & Regards,
VishalK_90
Vishal_K89