Reflection
- Examining the Assembly using Reflection in .NET
- Examining the Modules in an Assembly using Reflection in .NET
- Reading assembly attributes at runtime using Reflection in .NET
- Examining a Type in .NET C#
- Getting the type of an object in .NET C#
- Examining class members through Types and Reflection in .NET C#
- Examining class members with Reflection and BindingFlags in .NET C#
- Examining a .NET assembly through Reflection
- Examining the method body using Reflection in .NET C#
- Dynamically invoking a constructor with Reflection in .NET C#
- Dynamically invoking a method with Reflection in .NET C#
- Dynamically invoking a property with Reflection in .NET C#
- Dynamically invoking a static method with Reflection in .NET C#
- Dynamically finding the value of a static field with Reflection in .NET C#
- Create code at runtime with Reflection in .NET C#: Assembly
- Create code at runtime with Reflection in .NET C#: Type
- Create code at runtime with Reflection in .NET C#: Constructor
- Create code at runtime with Reflection in .NET C#: Methods
- Create code at runtime with Reflection in .NET C#: Fields
- Create code at runtime with Reflection in .NET C#: Properties
- An example of using the dynamic keyword in C# .NET
- A basic example of using the ExpandoObject for dynamic types in .NET C#
- Convert a dynamic type to a concrete object in .NET C#