CSharpArgumentInfoFlags Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<FlagsAttribute> _
Public Enumeration CSharpArgumentInfoFlags
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[FlagsAttribute]
public enum CSharpArgumentInfoFlags
Members
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. |
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.