WebAssemblyJSRuntime.InvokeUnmarshalled Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.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);
member this.InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
override this.InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
override this.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
O resultado da invocação da função.
Implementações
- Atributos
Aplica-se a
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.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);
member this.InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
override this.InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
override this.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
O resultado da invocação da função.
Implementações
- Atributos
Aplica-se a
InvokeUnmarshalled<T0,TResult>(String, T0)
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.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);
member this.InvokeUnmarshalled : string * 'T0 -> 'Result
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
override this.InvokeUnmarshalled : string * 'T0 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
override this.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
O resultado da invocação da função.
Implementações
- Atributos
Aplica-se a
InvokeUnmarshalled<TResult>(String)
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.cs
- Origem:
- WebAssemblyJSRuntime.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);
member this.InvokeUnmarshalled : string -> 'Result
abstract member InvokeUnmarshalled : string -> 'Result
override this.InvokeUnmarshalled : string -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string -> 'Result
override this.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
O resultado da invocação da função.
Implementações
- Atributos