BinaryOp.GetOperator(IReflect, IReflect) Method
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.
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.
protected:
System::Reflection::MethodInfo ^ GetOperator(System::Reflection::IReflect ^ ir1, System::Reflection::IReflect ^ ir2);
protected System.Reflection.MethodInfo GetOperator (System.Reflection.IReflect ir1, System.Reflection.IReflect ir2);
member this.GetOperator : System.Reflection.IReflect * System.Reflection.IReflect -> System.Reflection.MethodInfo
Protected Function GetOperator (ir1 As IReflect, ir2 As IReflect) As MethodInfo
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
See also
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.