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 Constructor (Type, String, Int32, ParameterAttributes)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal cls As Type, _
   ByVal name As String, _
   ByVal pos As Integer, _
   ByVal attrs As ParameterAttributes _
)
[C#]
public ParameterInfo(
   Type cls,
   string name,
   int pos,
   ParameterAttributes attrs
);
[C++]
public: ParameterInfo(
   Type* cls,
   String* name,
   int pos,
   ParameterAttributes attrs
);
[JScript]
public function ParameterInfo(
   cls : Type,
   name : String,
   pos : int,
   attrs : ParameterAttributes
);

Parameters

cls
A Type of class. The class that represents the type of the parameter.
name
[To be supplied.]
pos
[To be supplied.]
attrs
[To be supplied.]

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace | ParameterInfo Constructor Overload List