N
nomad
Hi,
I have the following code:
Assembly a = Assembly.LoadFrom("c:\MyAssembly.dll");
The assembly is a project which has numerous different folders with
classes in them. I want to be able to get a hook in to a particular
class within one of these folders. How would I be able to do this?
Any help is much appreciated.
I have the following code:
Assembly a = Assembly.LoadFrom("c:\MyAssembly.dll");
The assembly is a project which has numerous different folders with
classes in them. I want to be able to get a hook in to a particular
class within one of these folders. How would I be able to do this?
Any help is much appreciated.