what are the disadvantages of reflection??

  • Thread starter Thread starter Esha
  • Start date Start date
E

Esha

I have used reflection to dynamically invoke methods and properties of the
classes(business logic)(each class has more than 20 prop's and methods...),
Entire application is designed using core values of reflection. Now i want to
implement the same in client's environment. Will this leads to perfomance
issues???
 
Back
Top