Hi All,
I have a set of .NET dll's/assemblies (pure) as well as .NET dll's with COM Interfaces, Could it be possible to identify/segregate the dll's /assemblies belonging to the above two categories.
I tried using the Regasm <abc.dll>
Microsoft (R) .NET Framework Assembly Registration Utility 4.0.30319.1
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
Types Registered Successfully,
ii) Regasm.exe <xyz.dll>
Microsoft (R) .NET Framework Assembly Registration Utility 4.0.30319.1
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
RegAsm : warning RA0000 : No types were registered
I would categorize the former assembly(abc.dll) has .NET dll with COM Interface and latter (xyz.dll) into pure Or ha .NET dll/assembly only. Is my approach is correct OR Is there any other method to segregate the above dll's or assemblies.
Details:
VS 2008 IDE, Windows 7 O/S.,
Regards,
VishalK_90
Vishal_K89