Condividi tramite


LateBinding.CallValue2 Metodo

Definizione

Risolve il riferimento dell'associazione chiamando un membro.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static System::Object ^ CallValue2(System::Object ^ val, System::Object ^ thisob, cli::array <System::Object ^> ^ arguments, bool construct, bool brackets, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static object CallValue2 (object val, object thisob, object[] arguments, bool construct, bool brackets, Microsoft.JScript.Vsa.VsaEngine engine);
static member CallValue2 : obj * obj * obj[] * bool * bool * Microsoft.JScript.Vsa.VsaEngine -> obj
Public Shared Function CallValue2 (val As Object, thisob As Object, arguments As Object(), construct As Boolean, brackets As Boolean, engine As VsaEngine) As Object

Parametri

val
Object

Informazioni sul membro da chiamare.

thisob
Object

Oggetto su cui viene definito il riferimento dell'associazione.

arguments
Object[]

Argomenti da passare al membro.

construct
Boolean

true per utilizzare il metodo construct. In caso contrario, false.

brackets
Boolean

true se il riferimento dell'associazione contiene parentesi. In caso contrario, false.

engine
VsaEngine

Riferimento al motore di script.

Restituisce

Object

Valore restituito dalla chiamata al membro.

Si applica a