NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParameterInfo Class

The ParameterInfo class reflects a parameter. Instances of this class are used to obtain information about the type of a parameter, the default value, etc.

Object
   ParameterInfo

[Visual Basic]
Public Class ParameterInfo
   Implements ICustomAttributeProvider
[C#]
public class ParameterInfo : ICustomAttributeProvider
[C++]
public __gc class ParameterInfo : public ICustomAttributeProvider
[JScript]
public class ParameterInfo implements ICustomAttributeProvider

Remarks

MethodBase.GetParameters() returns an array of ParameterInfo objects representing the parameters of a method, in order.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

ParameterInfo Members | System.Reflection Namespace