Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
ParameterInfo « Reflection « C# / C Sharp
C# / C Sharp
Reflection
ParameterInfo
1.
ParameterInfo: GetParameters
2.
Dumping the methods and their parameters for a class.
3.
Dumps the properties names and current values from an object type (used for static classes)
4.
Dumps the properties names and current values from an object
5.
Gets the attributes for this parameter.
6.
Gets all the custom attributes defined on this parameter.
7.
If attribute of the type or its derived types is applied
8.
Gets a value indicating whether this is an output parameter.
9.
Gets the name of the parameter.
10.
Gets the Type of this parameter.
11.
Append Generic Type parameters to StringBuilder