Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
ParameterInfo « Reflection « VB.Net
VB.Net
Reflection
ParameterInfo
1.
ParameterInfo.Attributes gets the attributes for this parameter.
2.
ParameterInfo.GetCustomAttributes gets all the custom attributes defined on this parameter.
3.
ParameterInfo.IsDefined
4.
ParameterInfo.IsOut Property tells whether this is an output parameter.
5.
ParameterInfo.Name Property returns the name of the parameter.
6.
ParameterInfo.ParameterType Property gets the Type of this parameter.