C#. Reflection

Reflection – getting info about type during execution.

#1 Need instance and info about type, before getting type

#2 Need info about type before getting type

#3 in current assembly with string param

#4 in external assembly GAC

#5 for generic types

 

Reflection of methods, fields, properties,

 

This entry was posted in C#. Bookmark the permalink.