Contents tagged with reflection
-
Using Reflection to Determine whether an Type is Nullable And Get the underlying Type
I've mentioned in a previous post that we use Aspose.Words combined with Aspose.Pdf to create PDF documents/reports in all our applications.
-
Reflection Speed Test - How slow is it really?
Whenever anyone anywhere mentions Reflection on a blog post, straight away there is a reply saying "you shouldn't use Reflection as its slow". I thought I'd take a look at how "slow" reflection really is in the real world.