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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.