Aracılığıyla paylaş


ScriptFunction.Invoke(Object, Object[]) Yöntem

Tanım

Belirtilen bağımsız değişkenleri geçirerek prototip tabanlı nesnenin yöntemini çağırır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 System::Object ^ Invoke(System::Object ^ thisob, ... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs)]
public object Invoke (object thisob, params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs)>]
member this.Invoke : obj * obj[] -> obj
Public Function Invoke (thisob As Object, ParamArray args As Object()) As Object

Parametreler

thisob
Object

Bu yöntemin işlem yaptığı nesne.

args
Object[]

yöntemine geçirecek bağımsız değişkenler.

Döndürülenler

yöntemine yapılan çağrının sonucu.

Öznitelikler

Açıklamalar

Invoke genellikle bir oluşturucu işlevi görür veya örnek çağrısı oluşturur.

Şunlara uygulanır