ParameterModifier

Overview

The IParameter and IParameterDefinition interfaces use this to specify what kind of parameter this is.

Location

Value Description
In An input parameter
Out An output parameter
Params An input params array
Ref A parameter that is both input and output (by reference)