Share via


Custom Attribute Technology Sample

This sample introduces more advanced developers to .NET Framework custom attributes. This sample demonstrates how to create a custom attribute and associate the attribute with a type and member. Additionally, the sample demonstrates how to use reflection to determine if a type or member has a custom attribute associated with it.

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\Reflection\CustomAttribute

Concepts Presented in This Sample

customer attributes, samples; Attribute class, samples; ObsoleteAttribute class, samples; reflection, samples; System.Reflection class, samples; Type class, samples; MethodInfo class, samples; dynamic code, samples; self-modifying, samples; AssemblyBuilderAccess class, samples; MethodAttributes class, samples