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!

ParameterModifier Structure

Attaches a modifier to parameters so that binding can work with parameter signatures in which the types have been modified.

Object
   ValueType
      ParameterModifier

[Visual Basic]
Public Structure ParameterModifier
[C#]
public struct ParameterModifier
[C++]
public __value struct ParameterModifier

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

This class is used in Type.InvokeMember.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

ParameterModifier Members | System.Reflection Namespace