
I want add my dll to component list with dlls as shown in image How to do this by C# code

I want add my dll to component list with dlls as shown in image How to do this by C# code
On
It is simple.
Sample:
Copy your dll to this folder
C:\Windows\Microsoft.NET\Framework\v2.0.50727
Not matter if the Proyect that will Reference Dll is open. Try to add Reference and you will see your dll.
Hope this help.
On
The content of the .NET tab is determined by registry settings. You can easily change them:
A sample .reg file that will add the folder, edit it for your own use:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\AssemblyFolders\Hans Passant]
@="C:\\Users\\hpass_000\\Projects\\ClassLibrary1\\bin\\Release"
Right click on toolbar, select choose Items and add your dll through browse button