The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CSharpArgumentInfoFlags Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.CSharp.RuntimeBinder
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
| Member name | Description | |
|---|---|---|
| None | No additional information to represent. | |
| UseCompileTimeType | The argument's compile-time type should be considered during binding. | |
| Constant | The argument is a constant. | |
| NamedArgument | The argument is a named argument. | |
| IsRef | The argument is passed to a ref parameter. | |
| IsOut | The argument is passed to an out parameter. | |
| IsStaticType | The argument is a Type indicating an actual type name used in source. Used only for target objects in static calls. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: