This sample demonstrates how to create custom attribute classes, use them in code, and query them through reflection. For additional information on attributes, see
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build and run the Attributes sample within Visual Studio
On the Debug menu, click Start Without Debugging.
To build and run the Attributes sample from the Command Line
Type the following at the command prompt:
csc AttributesTutorial.cs AttributesTutorial