Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.