Compartilhar via


IJSUnmarshalledRuntime.InvokeUnmarshalled Método

Definição

Sobrecargas

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

Invoca a função JavaScript registrada com o identificador especificado.

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

Invoca a função JavaScript registrada com o identificador especificado.

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

Invoca a função JavaScript registrada com o identificador especificado.

InvokeUnmarshalled<TResult>(String)
Obsoleto.

Invoca a função JavaScript registrada com o identificador especificado.

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

Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs

Cuidado

This method is obsolete. Use JSImportAttribute instead.

Invoca a função JavaScript registrada com o identificador especificado.

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

Parâmetros de tipo

T0

O tipo do primeiro argumento.

T1

O tipo do segundo argumento.

T2

O tipo do terceiro argumento.

TResult

O tipo .NET correspondente ao tipo de valor retornado da função.

Parâmetros

identifier
String

O identificador usado ao registrar a função de destino.

arg0
T0

O primeiro argumento.

arg1
T1

O segundo argumento.

arg2
T2

O terceiro argumento.

Retornos

TResult

O resultado da invocação da função.

Atributos

Aplica-se a

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

Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs

Cuidado

This method is obsolete. Use JSImportAttribute instead.

Invoca a função JavaScript registrada com o identificador especificado.

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

Parâmetros de tipo

T0

O tipo do primeiro argumento.

T1

O tipo do segundo argumento.

TResult

O tipo .NET correspondente ao tipo de valor retornado da função.

Parâmetros

identifier
String

O identificador usado ao registrar a função de destino.

arg0
T0

O primeiro argumento.

arg1
T1

O segundo argumento.

Retornos

TResult

O resultado da invocação da função.

Atributos

Aplica-se a

InvokeUnmarshalled<T0,TResult>(String, T0)

Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs

Cuidado

This method is obsolete. Use JSImportAttribute instead.

Invoca a função JavaScript registrada com o identificador especificado.

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

Parâmetros de tipo

T0

O tipo do primeiro argumento.

TResult

O tipo .NET correspondente ao tipo de valor retornado da função.

Parâmetros

identifier
String

O identificador usado ao registrar a função de destino.

arg0
T0

O primeiro argumento.

Retornos

TResult

O resultado da invocação da função.

Atributos

Aplica-se a

InvokeUnmarshalled<TResult>(String)

Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs
Origem:
IJSUnmarshalledRuntime.cs

Cuidado

This method is obsolete. Use JSImportAttribute instead.

Invoca a função JavaScript registrada com o identificador especificado.

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

Parâmetros de tipo

TResult

O tipo .NET correspondente ao tipo de valor retornado da função.

Parâmetros

identifier
String

O identificador usado ao registrar a função de destino.

Retornos

TResult

O resultado da invocação da função.

Atributos

Aplica-se a