getting the list of class from dll in asp.net c# using Reflection
Reflection provides object(of type Type) that describe assemblies modules and types.so we can use reflection to get the info about
Read moreReflection provides object(of type Type) that describe assemblies modules and types.so we can use reflection to get the info about
Read more