C# 클래스 Jurassic.Compiler.BinderUtilities

This class is public for technical reasons and is intended only for internal use.
파일 보기 프로젝트 열기: paulbartrum/jurassic

공개 메소드들

메소드 설명
ResolveOverloads ( RuntimeMethodHandle methodHandles, ScriptEngine engine, object thisValue, object arguments ) : int

Given a set of methods and a set of arguments, determines whether one of the methods can be unambiguously selected. Throws an exception if this is not the case.

메소드 상세

ResolveOverloads() 공개 정적인 메소드

Given a set of methods and a set of arguments, determines whether one of the methods can be unambiguously selected. Throws an exception if this is not the case.
public static ResolveOverloads ( RuntimeMethodHandle methodHandles, ScriptEngine engine, object thisValue, object arguments ) : int
methodHandles System.RuntimeMethodHandle An array of handles to the candidate methods.
engine ScriptEngine The associated script engine.
thisValue object The value of the "this" keyword.
arguments object An array of parameter values.
리턴 int