CSharpArgumentInfoFlags Enumeration
Collapse the table of content
Expand the table of content

CSharpArgumentInfoFlags Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

No code example is currently available or this language may not be supported.

Member nameDescription
ConstantThe argument is a constant.
IsOutThe argument is passed to an out parameter.
IsRefThe argument is passed to a ref parameter.
IsStaticTypeThe argument is a Type indicating an actual type name used in source. Used only for target objects in static calls.
NamedArgumentThe argument is a named argument.
NoneNo additional information to represent.
UseCompileTimeTypeThe argument's compile-time type should be considered during binding.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft