To Identify .Net Dll's among many Dll's in a Project.
-
I am new to .Net,I have informed all forms of Dll's is used in project, viz., Win32.dll, COM'Dll, and .Net Dll's, I need to find how we can identify .Net Dll's, however though, I could identify COM'Dll using DllRegisterServer as search attribute.(InProcServer) in entire Solution. ie., using VS 2008 IDE, the above keyword "DllRegisterServer" relating to all COM Dll's was found. But, Is there a Similar way to identify .Net Dll's ?? Details: VS 2008 IDE, Win 7 O/S, Project using .exe,.dll's etc., With Regards, VishalK_89
-
I am new to .Net,I have informed all forms of Dll's is used in project, viz., Win32.dll, COM'Dll, and .Net Dll's, I need to find how we can identify .Net Dll's, however though, I could identify COM'Dll using DllRegisterServer as search attribute.(InProcServer) in entire Solution. ie., using VS 2008 IDE, the above keyword "DllRegisterServer" relating to all COM Dll's was found. But, Is there a Similar way to identify .Net Dll's ?? Details: VS 2008 IDE, Win 7 O/S, Project using .exe,.dll's etc., With Regards, VishalK_89