Auf Englisch lesen Bearbeiten

Freigeben über


BinaryOp.GetOperator(IReflect, IReflect) Method

Definition

Determines the best method to call based on the operation that is requested and the data types of the operands.

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

C#
protected System.Reflection.MethodInfo GetOperator(System.Reflection.IReflect ir1, System.Reflection.IReflect ir2);

Parameters

ir1
IReflect

The data type of the first operand.

ir2
IReflect

The data type of the second operand.

Returns

The recommended method to call on the operands.

Applies to

Produkt Versionen
.NET Framework 1.1, 2.0, 3.0, 3.5, 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

See also