ParameterInfo « Reflection « VB.Net






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.