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 ?