
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
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