英語で読む 編集

次の方法で共有


CSharpArgumentInfoFlags Enum

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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 supports a bitwise combination of its member values.

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

C#
[System.Flags]
public enum CSharpArgumentInfoFlags
Inheritance
CSharpArgumentInfoFlags
Attributes

Fields

Name Value Description
None 0

No additional information to represent.

UseCompileTimeType 1

The argument's compile-time type should be considered during binding.

Constant 2

The argument is a constant.

NamedArgument 4

The argument is a named argument.

IsRef 8

The argument is passed to a ref parameter.

IsOut 16

The argument is passed to an out parameter.

IsStaticType 32

The argument is a Type indicating an actual type name used in source. Used only for target objects in static calls.

Applies to

製品 バージョン
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
UWP 10.0