Share via


NewLateBinding.LateCanEvaluate 메서드

정의

런타임에 바인딩된 계산이 호출에 필요한지 여부를 나타냅니다. 이 도우미 메서드는 코드에서 직접 호출할 수 없습니다.

public:
 static bool LateCanEvaluate(System::Object ^ instance, Type ^ type, System::String ^ memberName, cli::array <System::Object ^> ^ arguments, bool allowFunctionEvaluation, bool allowPropertyEvaluation);
public static bool LateCanEvaluate (object instance, Type type, string memberName, object[] arguments, bool allowFunctionEvaluation, bool allowPropertyEvaluation);
static member LateCanEvaluate : obj * Type * string * obj[] * bool * bool -> bool
Public Shared Function LateCanEvaluate (instance As Object, type As Type, memberName As String, arguments As Object(), allowFunctionEvaluation As Boolean, allowPropertyEvaluation As Boolean) As Boolean

매개 변수

instance
Object

속성이나 메서드를 노출하는 호출 개체의 인스턴스입니다.

type
Type

호출 개체의 형식입니다.

memberName
String

호출 개체의 속성 또는 메서드 이름입니다.

arguments
Object[]

호출되는 속성이나 메서드에 전달할 인수를 포함하는 배열입니다.

allowFunctionEvaluation
Boolean

함수 실행을 허용할지 여부를 지정하는 Boolean 값입니다.

allowPropertyEvaluation
Boolean

속성 확인을 허용할지 여부를 지정하는 Boolean 값입니다.

반환

런타임에 바인딩된 계산이 식에 필요한지 여부를 나타내는 Boolean 값입니다.

적용 대상