|
|
Resource Guide -> Microsoft, .NET -> Programming C#: Attributes and Reflection
Programming C#: Attributes and Reflection
Date: Aug. 25, 2001 Code, data and metadata (information about the data) are the components of a .NET application. C# offers low level control for creation and use of metadata. This chapter discusses how the C# programmer will work with attributes, including custom attributes the programmer is allowed to create for his own use. It also covers the classes in the reflection namespace, which provide the facility for viewing metadata, performing type discovery, creating types at runtime (reflection emit) and late binding to methods and properties. |
|
|
|
|
|
|