Reflection Samples
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This section contains samples that demonstrate how to use reflection.
In This Section
Custom Attribute Technology Sample
Demonstrates using reflection to determine whether a type or member has a custom attribute.Dynamic Type Resolution Technology Sample
Demonstrates advanced techniques for distributed applications in order to facilitate flexibility and fault-tolerance.Reflection Emit Technology Sample
Demonstrates how to create dynamic assemblies, modules, and types.Reflection Invoke Technology Sample
Demonstrates how to implement late binding.
Related Sections
- Reflection
Explains reflection and its uses.