Reflection
Reflection
Reflection allows to dynamically load assemblies at runtime,dynamically create instance of the type and bind the type to an existing object.then invoke the the types and access its properties.
Reflection
Reflection allows to dynamically load assemblies at runtime,dynamically create instance of the type and bind the type to an existing object.then invoke the the types and access its properties.