[Solved] Something like Reflections in Java for .NET [closed]
Reflection provides objects (of type Type) that encapsulate assemblies, modules and types. You can use reflection to dynamically create an instance of a type, bind the type to an existing object, or get the type from an existing object and invoke its methods or access its fields and properties I have Used reflection for dynamically … Read more