0

I need to get internal class(in external assembly) through reflection. This one is failing for me,

Type.GetType("MyFullyQualifiedInternalClass")
Imran Qadir Baksh - Baloch
  • 32,612
  • 68
  • 179
  • 322
  • 1
    Try getting the assembly and enumerating through its types. You may need to add an "InternalsVisobleTo" attribute to make it work; if it is a 3-rd party assembly, security model may prevent you from accessing its internals altogether. – Sergey Kalinichenko Mar 31 '12 at 11:09
  • got answer from this, http://stackoverflow.com/questions/3513612/instantiating-an-internal-class-and-casting-it-as-a-given-type – Imran Qadir Baksh - Baloch Mar 31 '12 at 11:22

0 Answers0