Condividi tramite


IJSInProcessRuntime.Invoke<TResult>(String, Object[]) Metodo

Definizione

Richiama in modo sincrono la funzione JavaScript specificata.

public T Invoke<T> (string identifier, params object[] args);
public TResult Invoke<TResult> (string identifier, params object?[]? args);
abstract member Invoke : string * obj[] -> 'T
abstract member Invoke : string * obj[] -> 'Result
Public Function Invoke(Of T) (identifier As String, ParamArray args As Object()) As T
Public Function Invoke(Of TResult) (identifier As String, ParamArray args As Object()) As TResult

Parametri di tipo

T TResult

Tipo restituito serializzabile JSON.

Parametri

identifier
String

Identificatore della funzione da richiamare. Ad esempio, il valore "someScope.someFunction" richiamerà la funzione window.someScope.someFunction.

args
Object[]

Argomenti serializzabili json.

Restituisce

T
TResult

Istanza di TResult ottenuta dalla deserializzazione JSON del valore restituito.

Si applica a