G
Guest
I need to be able to access the contents of the GAC dynamically - i.e. to be
able to list the contents of the GAC, access their properties and then
dynamically use an assembly selected by the user. This seems to consist of 2
problems:
1. I need to find out the location of the GAC directory on a system.
2. I need to get access to the properties which can be passed to
Assembly.Load to load the selected version of an assembly.
Can anyone give me some hints on this?
Robert.
able to list the contents of the GAC, access their properties and then
dynamically use an assembly selected by the user. This seems to consist of 2
problems:
1. I need to find out the location of the GAC directory on a system.
2. I need to get access to the properties which can be passed to
Assembly.Load to load the selected version of an assembly.
Can anyone give me some hints on this?
Robert.