Share via


IJSUnmarshalledRuntime.InvokeUnmarshalled Metodo

Definizione

Overload

InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2)
Obsoleti.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)
Obsoleti.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

InvokeUnmarshalled<T0,TResult>(String, T0)
Obsoleti.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

InvokeUnmarshalled<TResult>(String)
Obsoleti.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2)

Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs

Attenzione

This method is obsolete. Use JSImportAttribute instead.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

public:
generic <typename T0, typename T1, typename T2, typename TResult>
 TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0, T1 arg1, T2 arg2);
public TResult InvokeUnmarshalled<T0,T1,T2,TResult> (string identifier, T0 arg0, T1 arg1, T2 arg2);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,T1,T2,TResult> (string identifier, T0 arg0, T1 arg1, T2 arg2);
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
Public Function InvokeUnmarshalled(Of T0, T1, T2, TResult) (identifier As String, arg0 As T0, arg1 As T1, arg2 As T2) As TResult

Parametri di tipo

T0

Tipo del primo argomento.

T1

Tipo del secondo argomento.

T2

Tipo del terzo argomento.

TResult

Tipo .NET corrispondente al tipo valore restituito della funzione.

Parametri

identifier
String

Identificatore utilizzato durante la registrazione della funzione di destinazione.

arg0
T0

Primo argomento.

arg1
T1

Secondo argomento.

arg2
T2

Terzo argomento.

Restituisce

TResult

Risultato della chiamata della funzione.

Attributi

Si applica a

InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)

Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs

Attenzione

This method is obsolete. Use JSImportAttribute instead.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

public:
generic <typename T0, typename T1, typename TResult>
 TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0, T1 arg1);
public TResult InvokeUnmarshalled<T0,T1,TResult> (string identifier, T0 arg0, T1 arg1);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,T1,TResult> (string identifier, T0 arg0, T1 arg1);
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
Public Function InvokeUnmarshalled(Of T0, T1, TResult) (identifier As String, arg0 As T0, arg1 As T1) As TResult

Parametri di tipo

T0

Tipo del primo argomento.

T1

Tipo del secondo argomento.

TResult

Tipo .NET corrispondente al tipo valore restituito della funzione.

Parametri

identifier
String

Identificatore utilizzato durante la registrazione della funzione di destinazione.

arg0
T0

Primo argomento.

arg1
T1

Secondo argomento.

Restituisce

TResult

Risultato della chiamata della funzione.

Attributi

Si applica a

InvokeUnmarshalled<T0,TResult>(String, T0)

Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs

Attenzione

This method is obsolete. Use JSImportAttribute instead.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

public:
generic <typename T0, typename TResult>
 TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0);
public TResult InvokeUnmarshalled<T0,TResult> (string identifier, T0 arg0);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,TResult> (string identifier, T0 arg0);
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
Public Function InvokeUnmarshalled(Of T0, TResult) (identifier As String, arg0 As T0) As TResult

Parametri di tipo

T0

Tipo del primo argomento.

TResult

Tipo .NET corrispondente al tipo valore restituito della funzione.

Parametri

identifier
String

Identificatore utilizzato durante la registrazione della funzione di destinazione.

arg0
T0

Primo argomento.

Restituisce

TResult

Risultato della chiamata della funzione.

Attributi

Si applica a

InvokeUnmarshalled<TResult>(String)

Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs
Origine:
IJSUnmarshalledRuntime.cs

Attenzione

This method is obsolete. Use JSImportAttribute instead.

Richiama la funzione JavaScript registrata con l'identificatore specificato.

public:
generic <typename TResult>
 TResult InvokeUnmarshalled(System::String ^ identifier);
public TResult InvokeUnmarshalled<TResult> (string identifier);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<TResult> (string identifier);
abstract member InvokeUnmarshalled : string -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string -> 'Result
Public Function InvokeUnmarshalled(Of TResult) (identifier As String) As TResult

Parametri di tipo

TResult

Tipo .NET corrispondente al tipo valore restituito della funzione.

Parametri

identifier
String

Identificatore utilizzato durante la registrazione della funzione di destinazione.

Restituisce

TResult

Risultato della chiamata della funzione.

Attributi

Si applica a