AppDomain + Reflection
-
Soon as I do reflection on an Assembly in a seperate AppDomin. It would appear that it gets pulled into the currentDomain. Does anyone know how i can avoid this? Basically i just want a list of Types from an Assembly operating in my secondary domain. Anyone any suggestions? Rich
-
Soon as I do reflection on an Assembly in a seperate AppDomin. It would appear that it gets pulled into the currentDomain. Does anyone know how i can avoid this? Basically i just want a list of Types from an Assembly operating in my secondary domain. Anyone any suggestions? Rich
Well, to process the
Type
instances in the other assembly, your current AppDomain would need to load the assembly anyway. Your best bet is to use standard data types (like strings) to represent the types.Regards Senthil [MVP - Visual C#] _____________________________ My Blog | My Articles | My Flickr | WinMacro