IJSUnmarshalledObjectReference
InvokeUnmarshalled<TResult>(String)
InvokeUnmarshalled<T0, TResult>(String, T0)
InvokeUnmarshalled<T0, T1, TResult>(String, T0, T1)
InvokeUnmarshalled<T0, T1, T2, TResult>(String, T0, T1, T2)
net6.0
namespace Microsoft.JSInterop
{
public interface IJSUnmarshalledObjectReference : IJSInProcessObjectReference, IJSObjectReference, IAsyncDisposable, IDisposable
{
TResult InvokeUnmarshalled<T0, T1, T2, TResult>(string! identifier, T0 arg0, T1 arg1, T2 arg2);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.0 |
Information specific to net6.0 | |
Assembly | Microsoft.JSInterop , Version=6.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API