There is question like
OS : Windows 7
We registered our .net DLL's through regasm method.After registration it writes information into the registry for different classes in the dll.Later we can use those methods for those classes.
Now my question is
Is there any way to get the information when we registry the .net dll in windows where it writes information.Because my requirement to writes the those information on other system whose has same windows 7 by manually not with regasm utility.
OS : Windows 7
We registered our .net DLL's through regasm method.After registration it writes information into the registry for different classes in the dll.Later we can use those methods for those classes.
Now my question is
Is there any way to get the information when we registry the .net dll in windows where it writes information.Because my requirement to writes the those information on other system whose has same windows 7 by manually not with regasm utility.
Comment