Question Accessing Properties in a Parent Assembly

NeilP

New member
Joined
Mar 4, 2009
Messages
1
Programming Experience
3-5
I've got a dll that's invoked using reflection from another assembly (the "parent" assembly). I don't have access to the parent assembly's code so can't change it. My question :- is there a way of accessing a public property within a class defined within the parent assembly ?
 
Back
Top