Home
Articles
Tutorials
FAQ
Contact
FreeFind Search
<< Previous |
1
| Next >>
Reflecting Fields
The third part of the Reflection tutorial looks at reflection of fields. Information about a type's fields can be obtained in FieldInfo objects, using System.Type class methods. FieldInfo objects include properties that describe a field's type and scope.
The System.Type Class
The second part of the Reflection tutorial looks at the System.Type class. This class can be used to represent a type declaration, such as that of a class or structure, and obtain information about that type and its members.
.NET Reflection
This is the first in a series of articles that describes the use of reflection. Reflection allows assemblies to be examined programatically to obtain information about the classes, structures and members that are defined within.
Adding Descriptive Text to Enumerations
Enumerations allow a number of constants to be declared in a group. These constants provide names for numeric values to make code easier to read and maintain. The names are not ideally formatted for display to users but can be enhanced with descriptions.
<< Previous |
1
| Next >>
.NET Framework
Algorithms and Data Structures
Audio
C# Programming
Configuration
Debugging
Design Patterns
Debugging
Documentation
Graphics
Input / Output
LINQ
Network and Internet
Parallel Programming
Performance
Programming Concepts
Refactoring
Reference Sheets
Reflection
Security
SQL Server
System Information
Tools
Testing
Visual Studio
Windows Programming
XML
©2006-
2012
BlackWasp
All Rights Reserved
Privacy Policy
Terms of Use
Google Profile