WebAssemblyJSRuntime.InvokeUnmarshalled 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2) |
已淘汰.
叫用以指定識別碼註冊的 JavaScript 函式。 |
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1) |
已淘汰.
叫用以指定識別碼註冊的 JavaScript 函式。 |
InvokeUnmarshalled<T0,TResult>(String, T0) |
已淘汰.
叫用以指定識別碼註冊的 JavaScript 函式。 |
InvokeUnmarshalled<TResult>(String) |
已淘汰.
叫用以指定識別碼註冊的 JavaScript 函式。 |
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2)
警告
This method is obsolete. Use JSImportAttribute instead.
叫用以指定識別碼註冊的 JavaScript 函式。
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
類型參數
- T0
第一個引數的類型。
- T1
第二個引數的類型。
- T2
第三個引數的類型。
- TResult
對應至函式傳回實值型別的 .NET 型別。
參數
- identifier
- String
註冊目標函式時所使用的識別碼。
- arg0
- T0
第一個引數。
- arg1
- T1
第二個引數。
- arg2
- T2
第三個引數。
傳回
函式呼叫的結果。
實作
- 屬性
適用於
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)
警告
This method is obsolete. Use JSImportAttribute instead.
叫用以指定識別碼註冊的 JavaScript 函式。
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
類型參數
- T0
第一個引數的類型。
- T1
第二個引數的類型。
- TResult
對應至函式傳回實值型別的 .NET 型別。
參數
- identifier
- String
註冊目標函式時所使用的識別碼。
- arg0
- T0
第一個引數。
- arg1
- T1
第二個引數。
傳回
函式呼叫的結果。
實作
- 屬性
適用於
InvokeUnmarshalled<T0,TResult>(String, T0)
警告
This method is obsolete. Use JSImportAttribute instead.
叫用以指定識別碼註冊的 JavaScript 函式。
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
類型參數
- T0
第一個引數的類型。
- TResult
對應至函式傳回實值型別的 .NET 型別。
參數
- identifier
- String
註冊目標函式時所使用的識別碼。
- arg0
- T0
第一個引數。
傳回
函式呼叫的結果。
實作
- 屬性
適用於
InvokeUnmarshalled<TResult>(String)
警告
This method is obsolete. Use JSImportAttribute instead.
叫用以指定識別碼註冊的 JavaScript 函式。
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
類型參數
- TResult
對應至函式傳回實值型別的 .NET 型別。
參數
- identifier
- String
註冊目標函式時所使用的識別碼。
傳回
函式呼叫的結果。
實作
- 屬性