FunctionPrototype.apply(Object, Object, Object) 메서드

정의

이 개체가 나타내는 함수를 호출하여 지정된 인수 개체를 인수 배열(있는 경우)로 변환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Object ^ apply(System::Object ^ thisob, System::Object ^ thisarg, System::Object ^ argArray);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Function_apply)]
public static object apply(object thisob, object thisarg, object argArray);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Function_apply)>]
static member apply : obj * obj * obj -> obj
Public Shared Function apply (thisob As Object, thisarg As Object, argArray As Object) As Object

매개 변수

thisob
Object

이 메서드가 동작하는 개체입니다.

thisarg
Object

현재 기본 범위입니다. 문 범위의 with 포함된 개체 또는 전역 범위입니다.

argArray
Object

함수에 전달할 인수입니다.ArgumentsObjectArrayObject

반품

이 개체가 나타내는 함수에 대한 호출의 반환 값입니다.

특성

적용 대상

추가 정보