Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / reflection

Reflection

reflection

Great Reads

by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Vitaly Zhukov
This article describes how to create and use configurable plug-ins in your application.
by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Dean Oliver
An alternative to Activator.CreateInstance

Latest Articles

by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Vitaly Zhukov
This article describes how to create and use configurable plug-ins in your application.
by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Dean Oliver
An alternative to Activator.CreateInstance

All Articles

Sort by Score

reflection 

by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained methods and constructors.
by n.podbielski
If you want to optimize code, which is based on Reflection, delegates may be the thing you are looking for. In this part are explained generic methods and events.
by Vasil Trifonov
Getting console output within a unit test
by n.podbielski
How to get private field or property from object
by Allen C. Copeland Jr
Grokking the CLI - Part 1: Meta Mayhem
by Allen C. Copeland Jr
Grokking the CLI - Part 2: Meta Meanderings
by Dev Leader
In this article, I’ll provide you with 4 simple code examples illustrating how reflection works in C#.
by Vasil Trifonov
When writing unit tests in most of the cases, we have to test private methods. Let's see how this can be achieved using Visual Studio.
by Vlad Neculai Vizitiu
A discussion of "init" keyword introduced in C# 9
by Paul D. Sheriff
The right way to use Reflection
by matt warren
Why is Reflection slow?